-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html>
<head>
<title>Graphical Password Authentication System using Intuitive Approach</title>
<link rel="stylesheet" href="./css/styles.css">
</head>
<body>
<div>
<ul>
<li><a class="active" href="#home">Home</a> </li>
<li><a href="./pages/register.html">Register</a></li>
<li><a href="./loginpages/login.html">Login</a></li>
</ul>
</div>
<div>
<p>
<h1>Graphical Password Registration System Using Intuitive Approach</h1>
</p>
<p>
<h2>By Saka Sheriff A.</h2>
<h3>Using Native PHP, HTML, CSS and MySQL Database.</h3>
<h4>The objective of the project is to allow users or client select pictures in a particular order
for authentication. </h4>
</p>
</div>
<div>
<h3>Start your registration:</h3><br>
<h4><a href="./pages/register.html">Click here to REGISTER</a></h4>
</div>
</body>
</html>