Compare commits

..

12 Commits

2 changed files with 18 additions and 1 deletions

View File

@@ -6,6 +6,9 @@
</head> </head>
<body> <body>
<h1>Homepage</h1>
<h1>Homepage</h1>
<a href="./pages/about.html">About</a>
</body> </body>
</html> </html>

View File

@@ -0,0 +1,14 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Odin Links and Images</title>
</head>
<body>
<h1>About Page</h1>
</body>
</html>