]> git.r.bdr.sh - rbdr/r.bdr.sh/blame - _layout.html
Add the music collection
[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>
e99de7cc 22 <canvas width="64" height="64" aria-hidden="true"></canvas>
656af6df 23 <a href="/">r.bdr.sh</a>
21b1c71d
RBR
24 </h1>
25 </header>
f752d89a
RBR
26 <main class="columned">
27 {{ content }}
28 </main>
e2155d31
RBR
29 <aside>
30 <p>This page is also available in <a href="gemini://r.bdr.sh">gemini</a>, and in <a href="http://compat.r.bdr.sh">plain http</a> for compatibility with vintage computers.</p>
31 </aside>
89539330
BB
32 </body>
33</html>