Commit b5e1d6f7 by mhasan

Create.html

parent f6663c83
Showing with 35 additions and 3 deletions
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="description" content="ICD0007 Project, Todo List">
<title> Create List</title>
</head>
<body>
<nav class="nav">
<a href = "web tech.html"> Index </a> &nbsp; &nbsp;
<a href = "register.html"> Register </a>&nbsp; &nbsp;
<a href = "#" > Create List </a>&nbsp; &nbsp;
<a href = > View List</a>&nbsp; &nbsp;
<a href = > FAQ </a>&nbsp; &nbsp;
</nav>
<h2> Create List</h2>
<form action = "web tech.html" method="POST" >
Date : <input type="date" name= "date"> <br> <br>
Time : <input type = "time" name ="time"> <br> <br>
Task : <textarea rows = "6" cols= "40"></textarea> <br> <br>
<input type="submit" name = "submit" value="submit"> <br>
</form>
</body>
</html>
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<html lang="en-US"> <html lang="en-US">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="description" content="ICD0007 Project, Personal Calendar/Todo List"> <meta name="description" content="ICD0007 Project, Todo List">
<title> Registration</title> <title> Registration</title>
</head> </head>
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
</head> </head>
<body> <body>
<nav class="nav"> <nav class="nav">
<a href = > Index </a> &nbsp; &nbsp; <a href ="#" > Index </a> &nbsp; &nbsp;
<a href = "register.html"> Register </a>&nbsp; &nbsp; <a href = "register.html"> Register </a>&nbsp; &nbsp;
<a href = > Create List </a>&nbsp; &nbsp; <a href ="create.html" > Create List </a>&nbsp; &nbsp;
<a href = > View List</a>&nbsp; &nbsp; <a href = > View List</a>&nbsp; &nbsp;
<a href = > FAQ </a>&nbsp; &nbsp; <a href = > FAQ </a>&nbsp; &nbsp;
</nav> </nav>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment