insert-coin/index.html

55 lines
1.6 KiB
HTML
Raw Normal View History

2017-12-03 21:59:23 -06:00
<html>
<head>
2017-12-19 15:07:09 -06:00
<!-- THIS ENTIRE FILE IS UNDER THE AGPLv3+
2017-12-04 15:20:10 -06:00
https://www.gnu.org/licenses/agpl-3.0.html -->
2017-12-03 21:59:23 -06:00
2017-12-19 15:07:09 -06:00
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/connection" type="text/css"/>
2017-12-03 21:59:23 -06:00
<link rel="stylesheet" type="text/css" href="../../res/bootstrap.css">
<link rel="stylesheet" type="text/css" href="../../res/style.css">
2017-12-19 15:07:09 -06:00
<link rel="shortcut icon" href="../../res/img/coin.ico">
<title>INSERT COIN</title>
2017-12-03 21:59:23 -06:00
</head>
<body style="font-family: 'ConnectionRegular'; font-weight: normal; font-style: normal;">
<div class="row text-center">
<a href="../mazes/">
<div class="col-md-4 col-lg-4" id="sectiona">
<h1>ihatemazes</h1>
</div>
</a>
<a href="../naia/">
<div class="col-md-4 col-lg-4" id="sectionb">
<h1>naia</h1>
</div>
</a>
<a href="../files/">
<div class="col-md-4 col-lg-4" id="sectionc">
<h1>image-file_upload</h1>
</div>
</a>
</div>
<center style="margin-top: 30px">
<form action="beam.php" method="post" enctype="multipart/form-data">
2017-12-19 15:07:09 -06:00
<p>
<input type="text" placeholder="Filename (Blank for uploaded name)"
name="desired_filename" id="desired_filename" style="width: 400px;">
</p>
2017-12-03 21:59:23 -06:00
<input type="file" name="fileToUpload" id="fileToUpload">
<input style="margin-top: 10px; margin-bottom: 10px" type="submit" value="INSERT COIN" name="submit">
</form>
2017-12-19 15:07:09 -06:00
<img src="../../res/img/insertcoin_big.png">
2017-12-03 21:59:23 -06:00
<footer>No data will be recorded on who inserts what coin-- all I'll get is a timestamp.</footer>
2017-12-19 15:07:09 -06:00
<p>--> <a href="nerd.html">rocket scientist edition</a> <--</p>
<p><a href="https://notabug.org/jadedctrl/insert-coin">source juice</a></p>
2017-12-03 21:59:23 -06:00
</center>
</body>
</html>