summaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
Diffstat (limited to '404.html')
-rw-r--r--404.html64
1 files changed, 0 insertions, 64 deletions
diff --git a/404.html b/404.html
deleted file mode 100644
index 8191157..0000000
--- a/404.html
+++ /dev/null
@@ -1,64 +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" href="/assets/images/master.svg">
- <title>Al Azhar 9th Grade Lesson Notes</title>
- <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
- <link rel="manifest" href="/site.webmanifest">
- <script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script>
-</head>
-<body>
- <div class="fixed-top-btn-container" id="topbtn">
- <a class="fixed-top-btn menu-btn" onclick="toggleNav()" href="javascript:void(0)"><i class="fa-solid fa-bars"></i></a>
- <a href="../" class="fixed-top-btn back-btn"><i class="fa-solid fa-chevron-left"></i></a>
- </div>
- <div id="console"></div>
- <div id="sidebar">
- <div>
- <a href="/index.html">
- <img src="/assets/images/master.svg" alt="" class="sidebar-logo">
- </a>
-
- <h3 id="title" class="align-center">Al Azhar 9th Grade Lesson Notes</h3>
- </div>
-
- <div>
- <a href="/about/author.html" class="sidebar-link link">About the Author</a>
- <a href="/about/school.html" class="sidebar-link link">About School</a>
- <a href="/lessons" class="sidebar-link link">Lessons</a>
-
-
- <hr class="divider">
- <div id="toc">
- <h4>Table of Contents</h4>
- </div>
- </div>
- </div>
-
- <div id="main">
- <section>
- <h1 style="text-align: center; font-size: 5rem; margin-bottom: 0;">HTTP 404</h1>
- <h2 style="text-align: center;">Whoops! It seeems like you're lost, or we couldn't find your page.</h2>
-
- <div style="text-align: center;">
- <a href="../" style="margin: 20px" class="link">Go Back</a>
- <a href="/" style="margin: 20px" class="link">Home</a>
- <a href="/lessons/" style="margin: 20px" class="link">Lessons</a>
- </div>
- <img src="/assets/images/master.svg" alt="" class="sidebar-logo" style="margin-top: 100px">
- </section>
- </div>
-
- <script src="/scripts/toc.js"></script>
- <script src="/scripts/onload/toc.js"></script>
- <script src="/scripts/onload/toc.js"></script>
- <script src="/scripts/onload/toc.js"></script>
- <script src="/scripts/sidebar.js"></script>
-</body>
-</html>