Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

ahjoyo / idc0007

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • icd007
  • web tech.html
Find file
BlameHistoryPermalink
  • mhasan's avatar
    Create.html · b5e1d6f7
    mhasan committed 6 years ago
    b5e1d6f7
web tech.html 595 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<!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>