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