]>
Commit | Line | Data |
---|---|---|
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 | |
554c7e00 | 13 | <link rel="stylesheet" type="text/css" href="/css/style.css"> |
6b7f1675 | 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> |
e99de7cc | 21 | <canvas width="64" height="64" aria-hidden="true"></canvas> |
656af6df | 22 | <a href="/">r.bdr.sh</a> |
21b1c71d RBR |
23 | </h1> |
24 | </header> | |
f752d89a RBR |
25 | <main class="columned"> |
26 | {{ content }} | |
27 | </main> | |
e2155d31 RBR |
28 | <aside> |
29 | <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> | |
30 | </aside> | |
89539330 BB |
31 | </body> |
32 | </html> |