diff options
author | Tempest <pawnstar4@gmail.com> | 2022-06-02 22:20:44 -0600 |
---|---|---|
committer | Tempest <pawnstar4@gmail.com> | 2022-06-02 22:20:44 -0600 |
commit | 5758d32edab2e37b9e88130181ca87b9d5db4e73 (patch) | |
tree | 69d0d0b576fe6d02cf2d758a2e5751e504da4cf2 /index.html | |
parent | 799937c8a1ac130dd26e73a8c35a3e627334ad51 (diff) |
Add about page, nav
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/index.html b/index.html index 09173fd..3cd3d51 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,14 @@ <!DOCTYPE html> <html> <head> - <title>Ashe's Neo-Site</title> + <title>Ashen Dawn</title> <link rel="stylesheet" href="/resources/style.css"/> </head> <body> + <nav> + <a href="/">Home</a> + <a href="/about.html">About</a> + </nav> <h1> Hi, I'm Ashe <aside>[she/her]</aside> |