]>
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 BB |
7 | <meta name="author" content="Rubén Beltrán del Río"> |
8 | <meta name="description" content="{{ page.description }}"> | |
35ed3bd3 BB |
9 | |
10 | <meta name="theme-color" content="#db5945"> | |
11 | ||
66caffcb | 12 | <title>Unlimited 🍕 {{ page.title }}</title> |
cebe2ef3 | 13 | |
35ed3bd3 | 14 | <link rel="manifest" href="/manifest.webmanifest"> |
633769f9 | 15 | <link rel="stylesheet" type="text/css" href="/css/application.css"> |
35ed3bd3 | 16 | |
21b1c71d RBR |
17 | <script type="module" src="/js/animation.js"></script> |
18 | ||
bd7473dd BB |
19 | <!-- |
20 | /\ | |
81003de3 BB |
21 | / O\ U N L I M I T E D |
22 | /O o \ P I Z Z A | |
23 | |______| | |
bd7473dd | 24 | --> |
81003de3 | 25 | </head> |
89539330 | 26 | <body> |
21b1c71d RBR |
27 | <header aria-label="Logo"> |
28 | <h1> | |
29 | <canvas width=100 height=100></canvas> | |
30 | <a href="/">unlimited.pizza</a> | |
31 | </h1> | |
32 | </header> | |
33 | {{ content }} | |
89539330 BB |
34 | </body> |
35 | </html> |