Updated Not Found page

This commit is contained in:
Helen Chong 2023-06-15 17:48:38 +08:00
parent ade6d80821
commit 36c4916632
2 changed files with 2 additions and 4 deletions

View File

@ -1 +0,0 @@
@import url("/index.css");

View File

@ -14,13 +14,12 @@
</head>
<body>
<main>
<img src="/assets/Leilukins-Hub-website-banner.png" width="100%" height="auto" alt="Leilukin's Hub website banner">
<img src="/assets/Leilukins-Hub-website-banner.png" class="index__banner" alt="Leilukin's Hub website banner">
<h1>Page Not Found</h1>
<p>Oops! Either the page you are looking for does not exist, or it has been moved to a diffrent part of this site.</p>
<a href="/home.html"><button class="indexBtn">🏠 Back to Home</button></a>
<a href="/home.html" class="index__link">🏠 Back to Home</a>
</main>
</body>
</html>