Skip to content

Commit

Permalink
Update 404.html and index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeChen committed Nov 20, 2024
1 parent 391e9ab commit cc88d85
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<link rel="stylesheet" href="/CascadingStyleSheets/Home/home.css" type="text/css">
<link rel="stylesheet" href="/CascadingStyleSheets/Travel/travel.css" type="text/css">
<link rel="stylesheet" href="/CascadingStyleSheets/Index/index.css" type="text/css">
<link rel="stylesheet" href="/CascadingStyleSheets/Lens/lens.css" type="text/css">

<!-- JavaScript -->
<script src = "/JavaScript/General/VirtualDOM.js" type = "module"></script>
Expand All @@ -39,6 +40,8 @@
<script src = "/JavaScript/Index/index.js" type = "module"></script>

<script src = "/JavaScript/Travel/travel.js" type = "module"></script>

<script src = "/JavaScript/Lens/lens.js" type = "module"></script>
</head>

<body>
Expand All @@ -64,7 +67,11 @@
</div>

<!-- Content Area -->
<div id="box_contentArea"></div>
<div id="box_contentArea">
<div id="box_404Pages">

</div>
</div>

<!-- Footer Area -->
<div id="box_footerArea" class="notInDisplay"></div>
Expand Down
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<link rel="stylesheet" href="/CascadingStyleSheets/Home/home.css" type="text/css">
<link rel="stylesheet" href="/CascadingStyleSheets/Travel/travel.css" type="text/css">
<link rel="stylesheet" href="/CascadingStyleSheets/Index/index.css" type="text/css">
<link rel="stylesheet" href="/CascadingStyleSheets/Lens/lens.css" type="text/css">

<!-- JavaScript -->
<script src = "/JavaScript/General/VirtualDOM.js" type = "module"></script>
Expand All @@ -39,6 +40,8 @@
<script src = "/JavaScript/Index/index.js" type = "module"></script>

<script src = "/JavaScript/Travel/travel.js" type = "module"></script>

<script src = "/JavaScript/Lens/lens.js" type = "module"></script>
</head>

<body>
Expand All @@ -64,7 +67,11 @@
</div>

<!-- Content Area -->
<div id="box_contentArea"></div>
<div id="box_contentArea">
<div id="box_404Pages">

</div>
</div>

<!-- Footer Area -->
<div id="box_footerArea" class="notInDisplay"></div>
Expand Down

0 comments on commit cc88d85

Please sign in to comment.