|
7 | 7 | <title>Escuadrón 404</title> |
8 | 8 | <link rel="stylesheet" href="src/style.css"> |
9 | 9 | <script type="module" src="src/main.js"></script> |
| 10 | + <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" /> |
| 11 | + <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> |
| 12 | + <link rel="shortcut icon" href="/favicon.ico" /> |
| 13 | + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> |
| 14 | + <meta name="apple-mobile-web-app-title" content="Escuadrón 404" /> |
| 15 | + <link rel="manifest" href="/site.webmanifest" /> |
| 16 | + |
| 17 | + <meta property="og:title" content="Escuadrón 404" /> |
| 18 | + <meta property="og:type" content="website" /> |
| 19 | + <meta property="og:url" content="https://escuadron-404.github.io/" /> |
| 20 | + <meta property="og:image" content="https://escuadron-404.github.io/web-app-manifest-512x512.png" /> |
| 21 | + <meta property="og:image:width" content="512" /> |
| 22 | + <meta property="og:image:height" content="512" /> |
| 23 | + <meta property="og:image:alt" |
| 24 | + content="The number 404 with top and bottom borders on a black background, representing Escuadrón 404" /> |
| 25 | + <meta property="og:description" |
| 26 | + content="Un grupo de programadores que empezó en Venezuela" /> |
| 27 | + <meta property="og:site_name" content="Escuadrón 404" /> |
| 28 | + <meta property="og:locale" content="es_ES" /> |
| 29 | + <meta name="twitter:card" content="summary_large_image" /> |
| 30 | + <meta name="twitter:title" content="Escuadrón 404" /> |
| 31 | + <meta name="twitter:description" |
| 32 | + content="Un grupo de programadores que empezó en Venezuela" /> |
| 33 | + <meta name="twitter:image" content="https://escuadron-404.github.io/web-app-manifest-512x512.png" /> |
| 34 | + <meta name="twitter:image:alt" |
| 35 | + content="The number 404 with top and bottom borders on a black background, representing Escuadrón 404" /> |
| 36 | + |
10 | 37 | <style> |
11 | 38 | kbd { |
12 | 39 | background-color: #eee; |
|
45 | 72 | <div id="main-frame-error" class="interstitial-wrapper"> |
46 | 73 | <div id="main-content"> |
47 | 74 | <h1 id="brand">404</h1> |
48 | | - <p id="help-text">Por ahora, presiona <kbd>ESPACIO</kbd> para jugar 🤣</p> |
49 | | - <div class="icon icon-offline" alt="" style="visibility: hidden;"></div> |
50 | | - <div id="diagnose-frame" class="hidden"></div> |
| 75 | + <p id="help-text">Por ahora, presiona <kbd>ESPACIO</kbd> para jugar 🤣</p> |
| 76 | + <div class="icon icon-offline" alt="" style="visibility: hidden;"></div> |
| 77 | + <div id="diagnose-frame" class="hidden"></div> |
51 | 78 | </div> |
52 | 79 | </div> |
53 | 80 | <div class="runner-container"><canvas class="runner-canvas" width="600" height="150" |
|
0 commit comments