We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6171e commit 69b8960Copy full SHA for 69b8960
1 file changed
index.html
@@ -30,10 +30,11 @@
30
<img src="images/logo_outline.png" alt="NerDS Lab Logo" height="100">
31
<h1>NerDS Lab</h1>
32
<nav>
33
- <a href="about.html">About</a> |
34
- <a href="people.html">People</a> |
35
- <a href="publications.html">Publications</a> |
36
- <a href="contact.html">Contact</a>
+ <a href="index.html">Home</a> |
+ <a href="about.html">About</a> |
+ <a href="people.html">People</a> |
+ <a href="publications.html">Publications</a> |
37
+ <a href="contact.html">Contact</a>
38
</nav>
39
</header>
40
0 commit comments