11 lines
274 B
HTML
11 lines
274 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<form action="/new" method="POST">
|
|
<input type="text" id="link" name="link" value=""/>
|
|
<input type="submit"/>
|
|
</form>
|
|
</body>
|
|
<html>
|