Update index.html

This commit is contained in:
William Mantly 2015-07-28 18:11:28 -04:00
parent 28fb250de8
commit 59b7f7df9b

View File

@ -3,12 +3,12 @@
<head>
<link rel="stylesheet" type="text/css" href="main.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript" src="application.js"></script>
<script src="application.js"></script>
</head>
<body>
<form id="post-comment" action="#" method="post">
<input type="text" name="comment" placeholder="Type your comment.">
<input type="submit" value="Submit">
<input type="text" name="comment" placeholder="Type your comment." />
<input type="submit" value="Submit" />
</form>
<ul id="comments"></ul>
</body>