Skip to content

Commit

Permalink
Update to project page
Browse files Browse the repository at this point in the history
  • Loading branch information
O662 committed Nov 21, 2024
1 parent 481fb7d commit 95104dd
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions Projects.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<!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>
<!DOCTYPE html>
<html>

<head>
<title>Page 2</title>
</head>

<body>
<h1>Welcome to the Project Page</h1>
<p>This is the Project page.</p> <a href="index.html">Back to Home Page</a>
</body>

</html>

0 comments on commit 95104dd

Please sign in to comment.