-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForum.html
39 lines (33 loc) · 1.5 KB
/
Forum.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
27
28
29
30
31
32
33
34
35
36
37
38
39
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel ="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="Forum.css">
<!-- Fonts-->
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<!-- Bootstrap Javascript-->
<script src ="jquery-3.4.1.min.js"></script>
<script src="bootstrap.min.js"></script>
<title>Forum tutorial</title>
</head>
<body>
<div class="container">
<div class="navbar clearfix">
<button class='navbar-toogle collapsed showmenu' type="button" ></button>
<span class="sr-only">Toogle Navigation </span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="Forum.html"><img alt="Your Logo" src="#"></a>
<button class="login button-danger pull-right"> Login</button>
</div>
</div>
</div>
</body>
</html>