diff options
Diffstat (limited to 'startpage.html')
-rw-r--r-- | startpage.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/startpage.html b/startpage.html index f87b45b..e6e2166 100644 --- a/startpage.html +++ b/startpage.html @@ -17,16 +17,16 @@ <div id="clock" style="font-size: 36pt; font-weight: bold;">Links:</div> </div></div> - - + + <div class=box style="margin-bottom: 10px;"><div class=inner style="padding: 2px 15px;"> - + <p> <h3> <a href="https://cloud.venomade.com">Nextcloud</a> </h3> <h3> - <a href="https://github.com/venomade">Github</a> + <a href="https://git.venomade.com">Git</a> </h3> <h3> <a href="https://youtube.com">Youtube</a> @@ -37,7 +37,7 @@ <h3> <a href="https://duck.ai">DuckAI</a> </h3> - + </div></div> </article> @@ -46,7 +46,7 @@ </index-body> <!-- Javascript Needed for Clock--> - <script> + <script> function updateClock() { const now = new Date(); const hours = String(now.getHours()).padStart(2, '0'); |