diff options
| author | LLLL Colonq <llll@colonq> | 2026-08-29 04:06:51 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-08-29 04:06:51 -0400 |
| commit | 761a3172bf4c15aed3836e4d1cd6f815b651b0e0 (patch) | |
| tree | cc90491529e83349d84d42a8e9982e5f0f38338e /2026/games_submissions/mankeymaster18/index.offline.html | |
| parent | 0d2d8cd897e94bd94e0b3ae7c6ce9aa580a44a0a (diff) | |
Fix
Diffstat (limited to '2026/games_submissions/mankeymaster18/index.offline.html')
| -rw-r--r-- | 2026/games_submissions/mankeymaster18/index.offline.html | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/2026/games_submissions/mankeymaster18/index.offline.html b/2026/games_submissions/mankeymaster18/index.offline.html deleted file mode 100644 index ae5298a..0000000 --- a/2026/games_submissions/mankeymaster18/index.offline.html +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>You are offline</title> - <style> -html { - background-color: #000000; - color: #ffffff; -} - -body { - font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - margin: 2rem; -} - -p { - margin-block: 1rem; -} - -button { - display: block; - padding: 1rem 2rem; - margin: 3rem auto 0; -} - </style> - </head> - <body> - <h1>You are offline</h1> - <p>This application requires an Internet connection to run for the first time.</p> - <p>Press the button below to try reloading:</p> - <button type="button">Reload</button> - <script> -document.querySelector('button').addEventListener('click', () => { - window.location.reload(); -}); - </script> - </body> -</html> |
