Skip to content

Commit

Permalink
Merge pull request #2 from CuriousMagpie/index-page
Browse files Browse the repository at this point in the history
add index.html to main directory
  • Loading branch information
CuriousMagpie authored May 12, 2024
2 parents 2e0665b + 0704c01 commit 2a632e9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Natalie's Playground</title>
</head>
<body>
<p>This is where I mess around with things.</p>
<ul>
<li>
<a href="vue-to-do/index.html">A Steve Buscemi Themed To Do App</a>
</li>
<li>
<a href="blog-post-ui/index.html">A Basic AF 11ty Themed Post UI</a>
</li>
</ul>
</body>
</html>

0 comments on commit 2a632e9

Please sign in to comment.