From e5acf314d6109df29952770c26dcd12ba281807a Mon Sep 17 00:00:00 2001
From: SanJacobs
Date: Sun, 9 Oct 2022 06:40:21 +0200
Subject: Finishing touches

---
 html/1.part | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

(limited to 'html')

diff --git a/html/1.part b/html/1.part
index 78f0f95..7d5cbb4 100644
--- a/html/1.part
+++ b/html/1.part
@@ -7,7 +7,7 @@
                 <title>Sparkburst Send</title>
 
                 <link rel="shortcut icon" href="https://sparkburst.net/graphics/favicon.ico" type="image/vnd.microsoft.icon">
-                <link rel="stylesheet" href="https://sparkburst.net/css/style.css" type="text/css" media="all">
+                <link rel="stylesheet" href="/css/style.css" type="text/css" media="all">
         </head>
 
         <body>
@@ -20,17 +20,17 @@
                         </picture>
                     </a>
                     <div class="main-menu">
-                      <a class="navlink" href="/about/">about</a>
+                      <a class="navlink" href="https://sparkburst.net/about/">about</a>
                       <span class="navlink-sep"> / </span>
-                      <a class="navlink" href="/musings/">musings</a>
+                      <a class="navlink" href="https://sparkburst.net/musings/">musings</a>
                       <span class="navlink-sep"> / </span>
-                      <a class="navlink" href="/software/">software</a>
+                      <a class="navlink" href="https://sparkburst.net/software/">software</a>
                     </div>
                   </div>
                 </header>
 
                 <main class="container">
                         <center>
-                                <h1 style="">Sparkburst Send</h1>
+                                <h1 style="font-weight: 600;">Sparkburst Send</h1>
                                 <p class="clean-separator"></p>
                                 <h2>Your file:</h2>
-- 
cgit v1.2.1