summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2022-01-11 17:51:40 +0000
committerFederico Igne <git@federicoigne.com>2022-01-11 17:51:40 +0000
commitd1fa9196ed5d0b2618de1a1cf0e4b39facd8e3db (patch)
treef2872bd6c70b7bc15b9b6df23eb25a27d9de7788 /index.html
parentcc2dcb4163a1b5d26ccf799ce7db348ce16174f8 (diff)
downloadsite-d1fa9196ed5d0b2618de1a1cf0e4b39facd8e3db.tar.gz
site-d1fa9196ed5d0b2618de1a1cf0e4b39facd8e3db.zip
Fix menu links
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index d9d26bb..ae6f6ec 100644
--- a/index.html
+++ b/index.html
@@ -25,9 +25,9 @@
25 <div class="nav"> 25 <div class="nav">
26 <a class="active" href="#">Home</a> 26 <a class="active" href="#">Home</a>
27 &#x00b7; 27 &#x00b7;
28 <a href="about.html">About</a> 28 <a href="about">About</a>
29 &#x00b7; 29 &#x00b7;
30 <a href="research.html">Research</a> 30 <a href="research">Research</a>
31 &#x00b7; 31 &#x00b7;
32 <a href="https://git.dyamon.me">Code</a> 32 <a href="https://git.dyamon.me">Code</a>
33 <!-- &#x00b7; --> 33 <!-- &#x00b7; -->