thirdculture/transfer/tshweb/index.html

78 lines
2.6 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Third Culture Upload</title>
<link rel="stylesheet" href="styles/main.css" />
</head>
<body>
<h1><span class="accent">Third Culture</span> Upload</h1>
<form
action="http://localhost:3880"
method="POST"
enctype="multipart/form-data"
>
<label for="fileInput">Choose file:</label>
<input type="file" name="file" id="fileInput" required />
<br /><br />
<button type="submit">Upload</button>
</form>
<p><br /></p>
<p>Make sure to copy the link in the next page!</p>
<p>
More info on third culture upload
<a href="scripts/info.html">here</a>.
</p>
<p><br /></p>
<svg
version="1.1"
style="fill: none; width: 75px; height: 75px"
width="50"
height="50"
viewBox="0 0 50 50"
id="svg3"
sodipodi:docname="logo.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
>
<defs id="defs3" />
<path
style="
fill: #000000;
stroke: #000000;
stroke-width: 1.51515px;
stroke-linecap: round;
stroke-linejoin: round;
"
d="m 0.75757498,49.242423 v 0 V 0.75757498 H 49.242425 V 49.242423 Z"
id="path1"
/>
<path
style="
fill: none;
stroke: #a4d1ad;
stroke-width: 1.51515px;
stroke-linecap: round;
stroke-linejoin: round;
"
d="m 20.454546,38.636362 v 0 l 9.090908,-9.090909 m -9.090908,0 v 0 l 9.090908,9.090909"
id="path2"
/>
<path
style="
fill: none;
stroke: #aea3f0;
stroke-width: 4.24243px;
stroke-linecap: round;
stroke-linejoin: round;
"
d="m 6.8181812,40.151514 v 0 L 25,9.8484837 43.181819,40.151514"
id="path3"
/>
</svg>
</body>
</html>