Skip to content

Commit

Permalink
linked 404 css & js with html
Browse files Browse the repository at this point in the history
  • Loading branch information
sk66641 committed Jun 24, 2024
1 parent aed5e48 commit 8fbf279
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="assets/images/favicon/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="../css/error.css">
<link rel="stylesheet" href="./css/404.css">
<title>Error - 404</title>
</head>

Expand All @@ -20,7 +20,7 @@
<div class="text5"><a href="../index.html">Go to HomePage</a></div>

</div>
<script src="../js/error.js"></script>
<script src="./js/404.js"></script>
</body>

</html>
File renamed without changes.
File renamed without changes.

0 comments on commit 8fbf279

Please sign in to comment.