summaryrefslogtreecommitdiff
path: root/404
blob: 8191157a88c4a5dc8b4f7cac9fffece41991fdac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!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>