Update index.html
This commit is contained in:
parent
28fb250de8
commit
59b7f7df9b
@ -3,12 +3,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" type="text/css" href="main.css">
|
<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 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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form id="post-comment" action="#" method="post">
|
<form id="post-comment" action="#" method="post">
|
||||||
<input type="text" name="comment" placeholder="Type your comment.">
|
<input type="text" name="comment" placeholder="Type your comment." />
|
||||||
<input type="submit" value="Submit">
|
<input type="submit" value="Submit" />
|
||||||
</form>
|
</form>
|
||||||
<ul id="comments"></ul>
|
<ul id="comments"></ul>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user