diff options
Diffstat (limited to '404.html')
-rw-r--r-- | 404.html | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -6,7 +6,11 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/style.css"> <link rel="icon" href="/assets/images/master.png"> - <title>Al Azhar 9th Grade Lesson Notes</title> + <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> @@ -21,9 +25,6 @@ <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> - <a href="/lessons/1/" class="sidebar-link link sidebar-sublink">Lesson 1</a> - <a href="/lessons/2/" class="sidebar-link link sidebar-sublink">Lesson 2</a> - <a href="/lessons/3/" class="sidebar-link link sidebar-sublink">Lesson 3</a> <hr class="divider"> <div id="toc"> @@ -33,10 +34,11 @@ <div id="main"> <section> - <h1 style="text-align: center; font-size: 5rem; margin-bottom: 0;">404</h1> + <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> |