<meta name="author" content="Rubén Beltrán del Río">
<meta name="description" content="{{ page.description }}">
- <meta name="theme-color" content="#db5945">
-
<title>Unlimited 🍕 {{ page.title }}</title>
- <link rel="manifest" href="/manifest.webmanifest">
-
- <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>
+ <link rel="manifest" href="{{ site.baseurl }}manifest.webmanifest">
+ <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}css/application.css">
- <script src="/js/offline_support.js" defer></script>
+ <script type="module" src="{{ site.baseurl }}js/animation.js"></script>
<!--
/\
-->
</head>
<body>
- <h1>
- <a class="logo" href="/">Unlimited 🍕 Pizza</a>
- </h1>
- <div class="main-container">
- <section>
- {{ content }}
- </section>
- </div>
+ <header>
+ <h1>
+ <canvas width=100 height=100></canvas>
+ <a href="{{ site.baseurl }}">unlimited.pizza</a>
+ </h1>
+ </header>
+ {{ content }}
</body>
</html>