summaryrefslogtreecommitdiff
path: root/index.php
blob: 1eb24c102d65e9579fe04dd7f823e5fbeed22e3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
	<head>
		<title>Pastebin</title>
	</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>

		</p>

	</body>
</html>