blob: b333a1294f64ebd76ddeaba448761c6d200673ab (
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=utf-8">
</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>
|