Files
docker-binnit/binnit/html/index.html
T
karasz 9a89396cbc Updated binnit to latest and added new files
Signed-off-by: Nagy Károly Gábriel <k@jpi.io>
2019-01-24 20:44:00 +02:00

24 lines
713 B
HTML

<html>
<head>
<link rel="stylesheet" media="screen, projection" href="/static/index.css">
</head>
<body>
<h1>Binnit</h1>
<form method="POST">
<div class="title">
<p class="title">
<input type="text" name="title" placeholder="Title goes here..."/>
</p>
<p class="action">
<input type="checkbox" name="show" value="1" id="id_show" checked />
<label for "id_show"> Show link </label>
<input type="submit" class="button" value="Binnit!">
</p>
</div>
<div class="title">
<textarea name="paste" cols="40" placeholder="The pasta goes here..." rows="10" maxlength="262144000"></textarea>
</div>
</form>
</body>
</html>