<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/breadsticks.js" defer></script>
+ <script type="module" src="/js/animation.js"></script>
<!--
/\
-->
</head>
<body>
- <header>
- <a href="/">Unlimited <span aria-hidden="true">🍕</span> Pizza</a>
+ <header aria-label="Logo">
+ <h1>
+ <canvas width=100 height=100></canvas>
+ <a href="/">unlimited.pizza</a>
+ </h1>
</header>
{{ content }}
- <canvas aria-hidden="true" id="breadsticks" class="background"></canvas>
</body>
</html>