Update index.html
This commit is contained in:
parent
02c12af2ae
commit
c6d6c65ba8
@ -4,7 +4,7 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="reset.css">
|
<link rel="stylesheet" type="text/css" href="reset.css">
|
||||||
<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="main.js"></script>
|
<script src="main.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -12,11 +12,10 @@
|
|||||||
<h1>To Do List</h1>
|
<h1>To Do List</h1>
|
||||||
</nav>
|
</nav>
|
||||||
<form id="todoform" action="#" method="post">
|
<form id="todoform" action="#" method="post">
|
||||||
<input type="text" id= "todo" name="todo" placeholder="Enter Your Todo">
|
<input type="text" id="todo" name="todo" placeholder="Enter Your Todo" />
|
||||||
<input type="submit" value="Add" id="addTodo">
|
<input type="submit" value="Add" id="addTodo" />
|
||||||
</form>
|
</form>
|
||||||
<div id="printout"></div>
|
<div id="printout"></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user