Skip to content

Commit

Permalink
add 404 error
Browse files Browse the repository at this point in the history
  • Loading branch information
SMsajjadSM committed Dec 14, 2023
1 parent 8b7e68d commit 1881073
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -521,9 +521,17 @@ <h2 class="title-2 label-ss">Today at</h2>
</p>
</footer>
</div>
<div class="loading" data-loading></div>
</article>
</main>
<!-- ---404 Error--- -->
<section class="error-content" data-error-content>
<h2 class="heading">404</h2>
<p class="body-1">Page Not Found</p>
<a href="#" class="btn-primary"><span class="span">Go Home</span></a>
</section>
</body>

<!-- --- custom js link --- -->
<script src="./assets/js/app.js " type="module"></script>
<script src="./assets/js/route.js " type="module"></script>
Expand Down

0 comments on commit 1881073

Please sign in to comment.