Skip to content

Instantly share code, notes, and snippets.

@achshar
Forked from samroar/gist:2f960d937690beb79c10
Last active August 29, 2015 14:04
Show Gist options
  • Save achshar/5b5c20a7eb7a27d7a53e to your computer and use it in GitHub Desktop.
Save achshar/5b5c20a7eb7a27d7a53e to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html>
<head>
<title>reddit: the front page of the internet</title>
<link href="reddit.css" rel="stylesheet"/>
<script src="reddit.js" type="text/javascript"></script>
</head>
<body>
<form action="comments.php" method="POST">
<label for="id">id</label>
<input type="number" name="id" />
<label>Post</label>
<input type="text" name="post" />
<label>Post <input type="text" name="post" /></label>
<input type="submit">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment