diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-04-30 22:01:53 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-04-30 22:01:53 +0800 |
| commit | db1c6676a13798ee57dbac429a1d5045b60356fb (patch) | |
| tree | 5ff305c09686de50bbcac404c1954e42c26ba494 /www/209.html | |
| parent | 97fa8f57fbefcbfa6b3e56c31a1e5b60ef1a9e37 (diff) | |
quite a big commit
Diffstat (limited to 'www/209.html')
| -rw-r--r-- | www/209.html | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/www/209.html b/www/209.html new file mode 100644 index 0000000..139fb83 --- /dev/null +++ b/www/209.html @@ -0,0 +1,48 @@ +<!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.0"> + <link rel="stylesheet" href="/style.css"> + <link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico"> + <link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico"> + <link rel="me" href="https://mastodon.gamedev.place/@altaf"> + <title>209 • This is altaf-creator</title> + <link rel="stylesheet" href="/packages/fontawesome-free-6.5.2-web/css/all.css"> +</head> + +<body onload="index();"> + <script defer src="/scripts/onload.js"></script> + <script defer src="/scripts/scroll.js"></script> + <script defer src="/scripts/blog.js"></script> + <div class="floating-nav-container"> + <div class="floating-nav"> + <a href="/" class="mobile"><img src="/assets/images/hero/logo.png" alt="" class="sidebar-img mobile" style="margin-top: 0; margin-left: -20px;"></a> + <a href="/about/" class="link">About Me</a> + <a href="/projects/" class="link">Projects</a> + <a href="/blog/" class="link">(dev)Blog</a> + </div> + </div> + <div class="sidebar" id="sidebar"> + <a href="/"> + <img src="/assets/images/hero/logo.png" alt="" class="sidebar-img"> + </a> + <span>altaf-creator</span> + </div> + <div class="sidebar-progress-container" id="progressContainer"> + </div> + <section style="border-top: none"> + <div class="center-grid"> + <div class="div-sizing"> + <span class="big-text">HTTP 209 — Under Construction</span> + <p>Yes. This error is made up. You're not lost; this is going to be a real page, it just doesn't exist yet.</p> + <p>Sorry. Come back soon!</p> + <a href="/" class="link" style="margin-top: 10px; display: inline-block;">Go back to Root →</a> + </div> + </div> + </section> +</body> + +</html> |
