diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-14 19:12:33 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-14 19:12:33 +0530 |
commit | 9991e36035db0f918c76292aa870147614f9e322 (patch) | |
tree | 4180d3eb5275ad07ac03bfeddd15e981a34cb444 /startpage/index.html | |
parent | 1ec6252e738cb6082c7cf13566fc8f5a6247d2b1 (diff) |
added localhost link and removed new reddit from nav
Diffstat (limited to 'startpage/index.html')
-rw-r--r-- | startpage/index.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/startpage/index.html b/startpage/index.html index 1d0cd486..94b9c6f4 100644 --- a/startpage/index.html +++ b/startpage/index.html @@ -22,18 +22,17 @@ <div id="bottom-nav-container"> <span class="bottom-nav-item" id="nav-links"> <a href="">MyAnimeList</a> - <a href="">Old Reddit</a> - <a href="">YouTube</a> + <a href="">Reddit</a> + <a href="">MAL Profile</a> <a href="">Twitter</a> + <a href="">YouTube</a> <a href="">WhatsApp</a> - <a href="">MAL Profile</a> - <a href="">New Reddit</a> - <a href="">Nyaa</a> - <a href="">Mega</a> <a href="">Amazon</a> + <a href="">Mega</a> + <a href="">Nyaa</a> <a href="">Music</a> <a href="">音楽</a> - <a href="">Amazon</a> + <a href="http://localhost:8080">localhost</a> </span> <span class="bottom-nav-item"> <p><span id="datetime"></span></p> |