]> git.r.bdr.sh - rbdr/r.bdr.sh/blame - _layout.html
Fix humans.txt
[rbdr/r.bdr.sh] / _layout.html
CommitLineData
89539330
BB
1<!DOCTYPE HTML>
2
81003de3 3<html lang="en">
89539330 4 <head>
81003de3 5 <meta charset="utf-8">
35ed3bd3 6 <meta name="viewport" content="width=device-width, initial-scale=1">
81003de3 7 <meta name="author" content="Rubén Beltrán del Río">
05a804d0 8 <meta name="description" content="{{ description }}">
35ed3bd3 9
326c8aae 10 <title>Unlimited Pizza, {{ title }}</title>
cebe2ef3 11
05a804d0 12 <link rel="manifest" href="/manifest.webmanifest">
554c7e00 13 <link rel="stylesheet" type="text/css" href="/css/style.css">
5d22cb52 14 <link rel="author" href="humans.txt" />
35ed3bd3 15
05a804d0 16 <script type="module" src="/js/animation.js"></script>
81003de3 17 </head>
89539330 18 <body>
b48a7d59 19 <header>
21b1c71d 20 <h1>
1ab6eb89 21 <canvas width="100" height="100" aria-hidden="true"></canvas>
05a804d0 22 <a href="/">unlimited.pizza</a>
21b1c71d
RBR
23 </h1>
24 </header>
17b5d8e9
RBR
25 <aside>
26 <p><a href="gemini://gemini.unlimited.pizza">=> ♊️ This page is better consumed via gemini</a></p>
27 </aside>
f752d89a
RBR
28 <main class="columned">
29 {{ content }}
30 </main>
89539330
BB
31 </body>
32</html>