diff options
author | SanJacobs | 2022-10-08 17:52:02 +0200 |
---|---|---|
committer | SanJacobs | 2022-10-08 17:52:02 +0200 |
commit | a528a3eb7cfa972eb90162274bdab1801d7f9c96 (patch) | |
tree | 97aa60006424294776d360019ae92f46415881bf | |
parent | e9ff2775d8c54f77edcda5dc2cc80a8ad1194a02 (diff) | |
download | send-a528a3eb7cfa972eb90162274bdab1801d7f9c96.tar.gz send-a528a3eb7cfa972eb90162274bdab1801d7f9c96.tar.bz2 send-a528a3eb7cfa972eb90162274bdab1801d7f9c96.zip |
Sketched website
-rw-r--r-- | html/full-sketch.html | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/html/full-sketch.html b/html/full-sketch.html new file mode 100644 index 0000000..58b6757 --- /dev/null +++ b/html/full-sketch.html @@ -0,0 +1,72 @@ + <!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> + <h2><a href="/filename.zip">filename.zip</a></h2> + <p class="clean-separator"></p> + <p>Files stay up for 14 days, and are then automatically deleted.</p> + <p>Want to see how this was made? The code is very simple. You can read it at <a href="https://git.sparkburst.net/send/about">the git!</a></p> + <p class="clean-separator"></p> + <h3>File data:</h3> + </center> +<pre> + File: send-refresh.sh + Size: 970 Blocks: 8 IO Block: 4096 regular file +Device: 806h/2054d Inode: 5015952 Links: 1 +Access: (0755/-rwxr-xr-x) Uid: ( 1000/ san) Gid: ( 1000/ san) +Access: 2022-10-08 17:39:56.876708490 +0200 +Modify: 2022-10-08 17:39:56.876708490 +0200 +Change: 2022-10-08 17:39:56.876708490 +0200 + Birth: 2022-10-08 17:39:56.876708490 +0200 +</pre> + + + </body> + +</html> + |