]> git.r.bdr.sh - rbdr/r.bdr.sh/blame - _layout.html
Use courier
[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 }}">
6b7f1675 9 <meta name="theme-color" content="#000000">
35ed3bd3 10
656af6df 11 <title>r.bdr.sh, {{ title }}</title>
cebe2ef3 12
05a804d0 13 <link rel="manifest" href="/manifest.webmanifest">
554c7e00 14 <link rel="stylesheet" type="text/css" href="/css/style.css">
6b7f1675 15 <link rel="author" href="humans.txt">
35ed3bd3 16
05a804d0 17 <script type="module" src="/js/animation.js"></script>
81003de3 18 </head>
89539330 19 <body>
b48a7d59 20 <header>
21b1c71d 21 <h1>
1ab6eb89 22 <canvas width="100" height="100" aria-hidden="true"></canvas>
656af6df 23 <a href="/">r.bdr.sh</a>
21b1c71d
RBR
24 </h1>
25 </header>
17b5d8e9 26 <aside>
656af6df 27 <p><a href="gemini://r.bdr.sh">=> ♊️ This page is better consumed via gemini</a></p>
17b5d8e9 28 </aside>
f752d89a
RBR
29 <main class="columned">
30 {{ content }}
31 </main>
89539330
BB
32 </body>
33</html>