-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlink.html
More file actions
44 lines (36 loc) · 1.34 KB
/
link.html
File metadata and controls
44 lines (36 loc) · 1.34 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../front.css">
<title>education</title>
</head>
<body>
<header>
<div class="logo">
<img src="logo.png" >
</div>
<div class ="main-container">
<ul>
<li class="active"> <a href="#">Home</a></li>
<li> <a href="http://127.0.0.1:5501/about.html">About</a></li>
<li> <a href="http://127.0.0.1:5501/testimon.html">Testimonials</a></li>
<li> <a href="http://127.0.0.1:5501/contact.html">Contact</a></li>
<li> <a href="http://127.0.0.1:5501/rate.html">Rate Us</a></li>
<li class="active"> <a href="http://127.0.0.1:5501/login.html">Login</a></li>
</ul>
</div>
<!-- <div class="title">
<h1>FORMEASE</h1>
</div> -->
<div class="button">
<a href="http://127.0.0.1:5501/signup-stu.html" class="btn">Signup as Student</a>
<a href="http://127.0.0.1:5501/signup-age.html" class="btn">Signup as Agent</a>
</div>
<!-- script file js-->
<script src="./main.js"></script>
</header>
</body>
</html>