blob: 7d5cbb41e62a94a91e4ba703b73e89267729f8f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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="/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="https://sparkburst.net/about/">about</a>
<span class="navlink-sep"> / </span>
<a class="navlink" href="https://sparkburst.net/musings/">musings</a>
<span class="navlink-sep"> / </span>
<a class="navlink" href="https://sparkburst.net/software/">software</a>
</div>
</div>
</header>
<main class="container">
<center>
<h1 style="font-weight: 600;">Sparkburst Send</h1>
<p class="clean-separator"></p>
<h2>Your file:</h2>
|