27 lines
671 B
Plaintext
27 lines
671 B
Plaintext
!!!
|
|
%html{:manifest => "/gaspmanifest.appcache" }
|
|
%head
|
|
%title Quiz gaspillage alimentaire
|
|
=# stylesheet_link_tag "plaquettes", :media => "all"
|
|
=# javascript_include_tag "plaquettes"
|
|
= stylesheet_link_tag '/fonts/ArchitectsDaughter/stylesheet.css'
|
|
= stylesheet_link_tag '/assets/gaspillage.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">
|
|
|
|
|
|
%body
|
|
|
|
|
|
|
|
|
|
|
|
#overlay
|
|
= yield :overlay
|
|
#main=yield
|
|
|
|
|