Skip to content

Commit

Permalink
Added Project page
Browse files Browse the repository at this point in the history
  • Loading branch information
O662 committed Nov 21, 2024
1 parent f3833fa commit 4e8f1b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Projects.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Page 2</title>
</head> <body>
<h1>Welcome to Page 2</h1>
<p>This is the Project page.</p> <a href="index.html">Back to Home Page</a> </body>

</html>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ <h2>About</h2>
<section id = "Projects">
<h2>Projects</h2>
<p>Pardon the dust, we're cooking rn!</p>
<a href="Projects.html">Go to Project Page</a>
</section>
<section id = "Works">
<h2>Works</h2>
Expand Down

0 comments on commit 4e8f1b9

Please sign in to comment.