-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
executable file
·21 lines (18 loc) · 1.05 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<meta id="meta" name="viewport"
content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="./shortstyle.css">
</head>
<body background="./short.png" style="margin: 15%">
<form action="shortened.php" method="post">
<div align="center" style="margin-top:2cm">
<p><b>Neither the URL nor the short version <wbr>can include whitespace or weird dipshit characters like ^?^?^?*$#.<b></p>
<input class="input" type="text" name="url" autofocus="on" placeholder="URL to be shortened" required="required" style="width:50%"><br>
<input class="input" type="text" name="short" placeholder="Short version" required="required"><br>
<input class="input" type="text" name="key" placeholder="Premium token" required="required" style="width:20%"><br>
<input class="input" type="submit">
</div>
</form>
</body>
</html>