Commit f6663c83 by mhasan

Register added.

parent cd94227f
Showing with 40 additions and 2 deletions
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="description" content="ICD0007 Project, Personal Calendar/Todo List">
<title> Registration</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> Registration</h2>
<form action="web tech.html" method="post">
User Name &emsp;: <input type="text" name = "uname"> <br>
Email &emsp;&emsp; &nbsp;&nbsp;&nbsp; : <input type="email"> <br>
Password &emsp; &nbsp;&nbsp;: <input type="password"> <br>
Confirm Password : <input type="password"> <br>
<input type="submit" value="submit">
</form>
</body>
</html>
\ No newline at end of file
...@@ -7,12 +7,12 @@ ...@@ -7,12 +7,12 @@
<body> <body>
<nav class="nav"> <nav class="nav">
<a href = > Index </a> &nbsp; &nbsp; <a href = > Index </a> &nbsp; &nbsp;
<a href = > Register </a>&nbsp; &nbsp; <a href = "register.html"> Register </a>&nbsp; &nbsp;
<a href = > Create List </a>&nbsp; &nbsp; <a href = > 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>
<h> Welcome to your very own personal assistence</h> <h2> Welcome to your very own personal assistence</h2>
<p> Create and organize your own to do list and make sense to your daily life. Join us, Make your life easu and awsome. </p> <p> Create and organize your own to do list and make sense to your daily life. Join us, Make your life easu and awsome. </p>
......
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