<html lang="en">
<head>
<meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Rubén Beltrán del Río">
<meta name="description" content="{{ page.description }}">
- <link rel="stylesheet" type="text/css" href="/css/application.css">
+
<title>Unlimited 🍕 {{ page.title }}</title>
+ <link rel="manifest" href="{{ site.baseurl }}manifest.webmanifest">
+ <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}css/application.css">
+
+ <script type="module" src="{{ site.baseurl }}js/animation.js"></script>
+
<!--
/\
/ O\ U N L I M I T E D
-->
</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>