diff options
author | nea <nea@nea.moe> | 2023-08-04 23:43:25 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-08-04 23:43:25 +0200 |
commit | 77a17e0f7e5d20e7fd7e8d880980b7e3c68c28a8 (patch) | |
tree | 8cf65a841e236e4b77edce2576ec4aec98b4c93d /template.html | |
parent | 2563bf526aa47b2a3e2ec3b30eff9b9f808dd270 (diff) | |
download | echowebsite-master.tar.gz echowebsite-master.tar.bz2 echowebsite-master.zip |
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template.html b/template.html index d8abe1e..ef2d94f 100644 --- a/template.html +++ b/template.html @@ -10,7 +10,7 @@ <meta http-equiv="X-UA-Compatible" content="ie-edge" /> </head> <body> - <nav class="border fixed split-nav"> + <nav class="border split-nav"> <div class="nav-brand"> <h3><a href="#">ECHO</a></h3> </div> @@ -23,8 +23,8 @@ </label> <div class="collapsible-body"> <ul class="inline"> - <li><a href="#">About</a></li> - <li><a href="#">Blog</a></li> + <li><a href="./about.html">About</a></li> + <li><a href="./index.html">Blog</a></li> <li><a href="https://github.com/exhq">GitHub</a></li> </ul> </div> |