9a89396cbc
Signed-off-by: Nagy Károly Gábriel <k@jpi.io>
24 lines
713 B
HTML
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>
|