<title>Unlimited 🍕 {{ page.title }}</title>
<link rel="manifest" href="/manifest.webmanifest">
+ <link rel="stylesheet" type="text/css" href="/css/application.css">
- <link rel="stylesheet" type="text/css" href="/css/application.css" media="none" onload="if (media!=='all') { media = 'all'; }">
- <noscript>
- <link rel="stylesheet" type="text/css" href="/css/application.css">
- </noscript>
-
- <script src="/js/offline_support.js" defer></script>
+ <script src="/js/breadsticks.js" defer></script>
<!--
/\
-->
</head>
<body>
- <h1>
- <a class="logo" href="/">Unlimited 🍕 Pizza</a>
- </h1>
- <div class="main-container">
- <section>
- {{ content }}
- </section>
- </div>
+ <header aria-label="Logo">
+ <a href="/">Unlimited <span aria-hidden="true">🍕</span> Pizza</a>
+ </header>
+ {{ content }}
+ <canvas aria-hidden="true" id="breadsticks" class="background"></canvas>
</body>
</html>