diff options
Diffstat (limited to '104.html')
-rw-r--r-- | 104.html | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/104.html b/104.html deleted file mode 100644 index dcf881b..0000000 --- a/104.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>104 • 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 104 — Under Construction</span> - <p>Yeah, I made this error up. The page doesn't exist yet and / or is not finished. 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> |