aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html/1.part36
-rw-r--r--html/2.part8
-rw-r--r--html/3.part4
-rw-r--r--html/full-sketch.html21
4 files changed, 56 insertions, 13 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>
diff --git a/html/2.part b/html/2.part
new file mode 100644
index 0000000..e3d803d
--- /dev/null
+++ b/html/2.part
@@ -0,0 +1,8 @@
+
+ <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>
diff --git a/html/3.part b/html/3.part
new file mode 100644
index 0000000..666b7ac
--- /dev/null
+++ b/html/3.part
@@ -0,0 +1,4 @@
+</pre>
+ </body>
+</html>
+
diff --git a/html/full-sketch.html b/html/full-sketch.html
index 58b6757..ed12111 100644
--- a/html/full-sketch.html
+++ b/html/full-sketch.html
@@ -1,16 +1,13 @@
<!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>
@@ -23,25 +20,15 @@
</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>
@@ -63,6 +50,14 @@ 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
+
+.
+├── a_directory
+│   └── a_file_in_a_dir.mp4
+├── a_file.txt
+└── another_file.txt
+
+1 directory, 3 files
</pre>