Skip to content

Instantly share code, notes, and snippets.

@anilshanbhag
Created July 28, 2013 12:01
Show Gist options
  • Save anilshanbhag/6098333 to your computer and use it in GitHub Desktop.
Save anilshanbhag/6098333 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Reading List</title>
<style>
body {
width: 400px;
font: 14px/22px 'Open Sans',arial,sans-serif;
}
input[type="text"], input[type="password"] {
width: 300px;
height: 30px;
padding: 5px 0px;
margin-bottom: 10px;
}
</style>
</head>
<body>
<h3>Add to Reading List</h3>
<form action="http://anilshanbhag.in/endpoint.php" method="POST">
<input name="data_of_note" type="text" placeholder="Content" />
<input name="password" type="password" placeholder="Password" />
<p style="text-align:center"><input type="submit" /></p>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment