forked from Instantutor/Instantutor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNavbar.html
More file actions
30 lines (27 loc) · 973 Bytes
/
Copy pathNavbar.html
File metadata and controls
30 lines (27 loc) · 973 Bytes
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
<!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">
<title>Instantutor</title>
<link rel="stylesheet" href="navstyle.css">
</head>
<body>
<nav>
<div class = "navigation" id = "topnav">
<div class="logo-image">
<!-- <img src="../Instantutor.jpg" alt="Logo" id = "toplogo"> -->
</div>
</div>
<div class = "navlinks" id = "toplinks">
<img src="../Instantutor.jpg" alt="Logo" id = "toplogo">
<a class = "homeB" href="#home">Instantutor</a>
<a class = "signinB" href = "#signin" > Sign In </a>
<a class = "registerB" href = "#register"> Register </a>
<a class = "aboutB" href = "#about"> About </a>
</div>
</div>
</nav>
</body>
</html>