-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
30 lines (24 loc) · 980 Bytes
/
main.html
File metadata and controls
30 lines (24 loc) · 980 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>
<title>main_page</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.2.1/dist/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<body>
<nav class="navbar navbar-light navbar-fixed-top bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#" >Login
</a>
</div>
</nav>
<div class="container">
<div class="faculty">
<a href="meet_scheduler.html"><img class="img-responsive image-resize"src="part-time.png"></a>
</div>
<div class="faculty">
<a href="booking_page.html"> <img src="bus.png"/> </a>
</div>
</div>
</div>
</body>
</html>