30 lines
781 B
Plaintext
30 lines
781 B
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">
|
|
|
|
%body
|
|
|
|
|
|
|
|
|
|
|
|
#overlay
|
|
= yield :overlay
|
|
#main=yield
|
|
|
|
|