Updated Not Found page
This commit is contained in:
parent
ade6d80821
commit
36c4916632
|
@ -1 +0,0 @@
|
||||||
@import url("/index.css");
|
|
|
@ -14,13 +14,12 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<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>
|
<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>
|
<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>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue