summaryrefslogtreecommitdiff
path: root/index.php
blob: 64f597c8137489829165647bb405565a3282a37b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCUMENT html>
<html>
	<head>
		<title>Pastebin</title>
	</head>
    <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
	<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>