diff options
author | SanJacobs | 2022-10-09 06:40:21 +0200 |
---|---|---|
committer | SanJacobs | 2022-10-09 06:40:21 +0200 |
commit | e5acf314d6109df29952770c26dcd12ba281807a (patch) | |
tree | 92c4e75df0a7337ce04a6c4d8618bf84e7f84adb /html/1.part | |
parent | a35ac406fb8b97e15ed133d3401ff57890377cdf (diff) | |
download | send-e5acf314d6109df29952770c26dcd12ba281807a.tar.gz send-e5acf314d6109df29952770c26dcd12ba281807a.tar.bz2 send-e5acf314d6109df29952770c26dcd12ba281807a.zip |
Finishing touches
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> |