summary refs log tree commit diff
diff options
context:
space:
mode:
authorvenomade <venomade@venomade.com>2025-05-22 20:27:32 +0100
committervenomade <venomade@venomade.com>2025-05-22 20:27:32 +0100
commit91b64f5127befe36974e6c9b69e8f5563f9fbf0e (patch)
treee019987a72b7f9ba5eeac3d8f0b589800277cc30
parent25472a8e526680b2ca846f3f56089c90f35b629a (diff)
Replace Github link with GVC HEAD master
-rw-r--r--startpage.html12
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');