-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<title>List of Provisional Layout</title>
</head>
<body>
<style>
a{
color:black;
font-family: Verdana, Geneva, Tahoma, sans-serif;
text-decoration: none;
}
</style>
<a href="test/login.html" > Login</a><br /><br />
<a href="test/lostpassword.html"> Lost Password</a><br /><br />
<a href="test/lostpassword2.html"> Lost Password 2</a><br /><br />
<a href="test/registration.html"> User Registration</a><br /><br />
<a href="test/registration2.html"> User Registration 2</a><br /><br />
<a href="test/registration3.html"> User Registration 3</a><br /><br />
<a href="test/registrationdealer.html"> Dealer Registration</a><br /><br />
<a href="test/registrationdealer2.html"> Dealer Registration 2</a><br /><br />
</body>
</html>