blob: 53c63933614ec9532ed56a82de3bd5e30d959b37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<html>
<head>
<title>Paste snippets</title>
</head>
<body>
You are on a simple paste deposit service.
Please copy your text on the box below:
<form action="/" method="POST">
<textarea id="content" name="content"></textarea>
<button for="content">Paste</button>
</form>
</body>
</html>
|