Compare commits

...

12 Commits

2 changed files with 18 additions and 1 deletions
+4 -1
View File
@@ -6,6 +6,9 @@
</head>
<body>
<h1>Homepage</h1>
<h1>Homepage</h1>
<a href="./pages/about.html">About</a>
</body>
</html>
+14
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>