Skip to content

Instantly share code, notes, and snippets.

@samroar
Created July 19, 2014 14:09
Show Gist options
  • Save samroar/2f960d937690beb79c10 to your computer and use it in GitHub Desktop.
Save samroar/2f960d937690beb79c10 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" input type="number">id</label>
<name="id" />
<label="post" input type="text">Post</label>
<name="post" />
<label ="body" input type="text">Body</label>
<name="body" />
<input type="submit">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment