-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfront.html
More file actions
41 lines (35 loc) · 1.07 KB
/
front.html
File metadata and controls
41 lines (35 loc) · 1.07 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
<!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="#">About</a></li>
<li> <a href="#">Testimonials</a></li>
<li> <a href="#">Contact</a></li>
<li> <a href="#">Rate Us</a></li>
</ul>
</div>
<!-- <div class="title">
<h1>FORMEASE</h1>
</div> -->
<div class="button">
<a href="#" class="btn" class="active">Sign In as Student</a>
<a href="#" class="btn" class="active">Sign In as Agent</a>
</div>
<!-- script file js-->
<script src="./main.js"></script>
</header>
</body>
</html>