<link rel="manifest" href="/manifest.webmanifest">
<link rel="stylesheet" type="text/css" href="/css/application.css">
- <script src="/js/breadsticks.js" defer></script>
+ <script type="module" src="/js/animation.js"></script>
<!--
/\
</head>
<body>
<header aria-label="Logo">
- <a href="/">Unlimited <span aria-hidden="true">🍕</span> Pizza</a>
+ <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>