initial commit

This commit is contained in:
2020-09-08 20:06:20 +02:00
commit f211e9b520
6 changed files with 1087 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<html>
<head>
</head>
<body>
<form action="/new" method="POST">
<input type="text" id="link" name="link" value=""/>
<input type="submit"/>
</form>
</body>
<html>