Remove url from index.html

This commit is contained in:
Eliot Whalan 2016-06-23 11:10:25 +10:00
parent 9361b3f64d
commit c463ff8282
No known key found for this signature in database
GPG Key ID: C0A42175139840D6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<title></title> <title></title>
</head> </head>
<body> <body>
<form action="https://p.pantsu.cat/save" method="post"> <form action="/save" method="post">
<input type="text" name="p"> <input type="text" name="p">
<input type="submit" value="paste"> <input type="submit" value="paste">
</form> </form>