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 /404.html | |
| parent | 97fa8f57fbefcbfa6b3e56c31a1e5b60ef1a9e37 (diff) | |
quite a big commit
Diffstat (limited to '404.html')
| -rw-r--r-- | 404.html | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/404.html b/404.html deleted file mode 100644 index 506b2b9..0000000 --- a/404.html +++ /dev/null @@ -1,47 +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.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>404 • 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 404</span> - <p>You know what that means. The page was not found. Sorry, friend.</p> - <a href="/" class="link" style="margin-top: 10px; display: inline-block;">Go back to Root →</a> - </div> - </div> - </section> -</body> - -</html> |
