diff options
author | SanJacobs | 2022-10-09 05:27:20 +0200 |
---|---|---|
committer | SanJacobs | 2022-10-09 05:27:20 +0200 |
commit | 31f388f4989b520bf50d5c766af19d6982e77759 (patch) | |
tree | 7df3402262f7b6588a9e06db15a81a8a3b53a36c /html/1.part | |
parent | 618071dc0d94cca037fb67503021e546de5b3543 (diff) | |
download | send-31f388f4989b520bf50d5c766af19d6982e77759.tar.gz send-31f388f4989b520bf50d5c766af19d6982e77759.tar.bz2 send-31f388f4989b520bf50d5c766af19d6982e77759.zip |
Completed webpage
Diffstat (limited to 'html/1.part')
-rw-r--r-- | html/1.part | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/html/1.part b/html/1.part new file mode 100644 index 0000000..78f0f95 --- /dev/null +++ b/html/1.part @@ -0,0 +1,36 @@ +<!DOCTYPE html> + +<html> + <head> + <meta charset="UTF-8"> + + <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"> + </head> + + <body> + <header class="site-header"> + <div class="site-nav"> + <a class="logo" href="https://sparkburst.net/" style="float: left;"> + <picture> + <source media="only screen and (max-width: 450px)" srcset="https://sparkburst.net/graphics/spark-logo.svg"> + <img class="mainlogo" src="https://sparkburst.net/graphics/sparkburst-full-logo-white.svg" alt="Sparkburst"> + </picture> + </a> + <div class="main-menu"> + <a class="navlink" href="/about/">about</a> + <span class="navlink-sep"> / </span> + <a class="navlink" href="/musings/">musings</a> + <span class="navlink-sep"> / </span> + <a class="navlink" href="/software/">software</a> + </div> + </div> + </header> + + <main class="container"> + <center> + <h1 style="">Sparkburst Send</h1> + <p class="clean-separator"></p> + <h2>Your file:</h2> |