39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
!!!
|
|
%html{:manifest => "/longpra.manifest" }
|
|
%head
|
|
%title Plaquette pédagogique
|
|
= stylesheet_link_tag '/fonts/ArchitectsDaughter/stylesheet.css'
|
|
= stylesheet_link_tag '/assets/plaquettes.css' , :media => "all"
|
|
= javascript_include_tag '/assets/plaquettes.js'
|
|
= csrf_meta_tags
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta charset="utf-8">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<link rel="apple-touch-icon" href="/apple-iconp.png" />
|
|
|
|
<link rel="icon" type="image/png" href="/apple-iconp.png" />
|
|
<link rel="icon" href="/faviconp.ico" />
|
|
<link rel="shortcut icon" href="/faviconp.ico">
|
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-17561522-1"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'UA-17561522-1');
|
|
</script>
|
|
%body
|
|
|
|
|
|
|
|
|
|
|
|
#overlay
|
|
= yield :overlay
|
|
#main=yield
|
|
|
|
|