<!DOCTYPE html>
<html lang="en-US">
    <head>
        <link rel="stylesheet" href= "css/view.css">
        <meta charset="UTF-8">
        <meta name="description" content="ICD0007 Project, Todo List">
        <title> FAQ</title>
    </head>

 <body>
 	   <nav class="nav">
                    <a href = "index.php"> Index </a> &nbsp; &nbsp;
                    <a href = "register.php"> Register </a>&nbsp; &nbsp;
                    <a href = "create.php">  Create List </a>&nbsp; &nbsp;
                    <a href = "view.php"> View List</a>&nbsp; &nbsp;
                    <a href = "faq.php"> FAQ </a>&nbsp; &nbsp;
		</nav>
    <h2> Frequently Asked QUestions</h2>
     
 
 </body>
</html>