blob: 98d74b8f73c0b3eb93c58b96c94ec27b6f37d3c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<head>
<title>Pastebin</title>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
</head>
<body>
<p>Paste Stuff Here!</p>
<form name="submit_paste" action="submit.php" method="post">
<textarea cols="100" rows="30" name="paste"></textarea><br />
<input type="submit" value="Submit" />
</form>
</body>
</html>
|