]>
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 }}"> |
35ed3bd3 | 9 | |
05a804d0 | 10 | <title>Unlimited 🍕 {{ title }}</title> |
cebe2ef3 | 11 | |
05a804d0 RBR |
12 | <link rel="manifest" href="/manifest.webmanifest"> |
13 | <link rel="stylesheet" type="text/css" href="/css/application.css"> | |
35ed3bd3 | 14 | |
05a804d0 | 15 | <script type="module" src="/js/animation.js"></script> |
21b1c71d | 16 | |
bd7473dd BB |
17 | <!-- |
18 | /\ | |
81003de3 BB |
19 | / O\ U N L I M I T E D |
20 | /O o \ P I Z Z A | |
21 | |______| | |
bd7473dd | 22 | --> |
81003de3 | 23 | </head> |
89539330 | 24 | <body> |
b48a7d59 | 25 | <header> |
21b1c71d RBR |
26 | <h1> |
27 | <canvas width=100 height=100></canvas> | |
05a804d0 | 28 | <a href="/">unlimited.pizza</a> |
21b1c71d RBR |
29 | </h1> |
30 | </header> | |
31 | {{ content }} | |
89539330 BB |
32 | </body> |
33 | </html> |