]> git.r.bdr.sh - rbdr/r.bdr.sh/blame - _layout.html
Update page changelog
[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">
35ed3bd3 14
05a804d0 15 <script type="module" src="/js/animation.js"></script>
21b1c71d 16
bd7473dd
BB
17 <!--
18 /\
81003de3
BB
19 / O\ U N L I M I T E D
20 /O o \ P I Z Z A
21 |______|
bd7473dd 22 -->
81003de3 23 </head>
89539330 24 <body>
b48a7d59 25 <header>
21b1c71d 26 <h1>
1ab6eb89 27 <canvas width="100" height="100" aria-hidden="true"></canvas>
05a804d0 28 <a href="/">unlimited.pizza</a>
21b1c71d
RBR
29 </h1>
30 </header>
17b5d8e9
RBR
31 <aside>
32 <p><a href="gemini://gemini.unlimited.pizza">=> ♊️ This page is better consumed via gemini</a></p>
33 </aside>
f752d89a
RBR
34 <main class="columned">
35 {{ content }}
36 </main>
89539330
BB
37 </body>
38</html>