Remove url from index.html

This commit is contained in:
Eliot Whalan 2016-06-23 11:10:25 +10:00
parent 52efd00f02
commit 25ce14f45d
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>