Update index.html
This commit is contained in:
parent
28fb250de8
commit
59b7f7df9b
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user