]>
Commit | Line | Data |
---|---|---|
1 | <!DOCTYPE HTML> | |
2 | ||
3 | <html lang="en"> | |
4 | <head> | |
5 | <meta charset="utf-8"> | |
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | |
7 | <meta name="author" content="Rubén Beltrán del Río"> | |
8 | <meta name="description" content="{{ page.description }}"> | |
9 | ||
10 | <meta name="theme-color" content="#db5945"> | |
11 | ||
12 | <title>Unlimited 🍕 {{ page.title }}</title> | |
13 | ||
14 | <link rel="manifest" href="/manifest.webmanifest"> | |
15 | <link rel="stylesheet" type="text/css" href="/css/application.css"> | |
16 | ||
17 | <script type="module" src="/js/animation.js"></script> | |
18 | ||
19 | <!-- | |
20 | /\ | |
21 | / O\ U N L I M I T E D | |
22 | /O o \ P I Z Z A | |
23 | |______| | |
24 | --> | |
25 | </head> | |
26 | <body> | |
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 }} | |
34 | </body> | |
35 | </html> |