]>
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 BB |
14 | <link rel="manifest" href="/manifest.webmanifest"> |
15 | ||
16 | <link rel="stylesheet" type="text/css" href="/css/application.css" media="none" onload="if (media!=='all') { media = 'all'; }"> | |
17 | <noscript> | |
18 | <link rel="stylesheet" type="text/css" href="/css/application.css"> | |
19 | </noscript> | |
20 | ||
beaf2913 | 21 | <script src="/js/breadsticks.js" defer></script> |
35ed3bd3 | 22 | |
bd7473dd BB |
23 | <!-- |
24 | /\ | |
81003de3 BB |
25 | / O\ U N L I M I T E D |
26 | /O o \ P I Z Z A | |
27 | |______| | |
bd7473dd | 28 | --> |
81003de3 | 29 | </head> |
89539330 | 30 | <body> |
a13e3f35 | 31 | <header> |
50a2afb6 | 32 | <a href="/">Unlimited <span aria-hidden="true">🍕</span> Pizza</a> |
a13e3f35 | 33 | </header> |
50a2afb6 BB |
34 | {{ content }} |
35 | <canvas aria-hidden="true" id="breadsticks" class="background"></canvas> | |
89539330 BB |
36 | </body> |
37 | </html> |