<!DOCTYPE html>
<html lang="en">
 <head>
 <meta charset="utf-8">
 <title>Personal Assistence</title>
 </head>
 <body>
 	<nav class="nav">
 		<a href ="#" > Index </a> &nbsp; &nbsp;
 		<a href = "register.html"> Register </a>&nbsp; &nbsp;
 		<a href ="create.html" >  Create List </a>&nbsp; &nbsp;
 		<a href = > View List</a>&nbsp; &nbsp;
 		<a href = > FAQ </a>&nbsp; &nbsp;
     </nav>
    <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>

 
 </body>
</html>