diff options
Diffstat (limited to 'html/1.part')
-rw-r--r-- | html/1.part | 10 |
1 files changed, 5 insertions, 5 deletions
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> |