-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (28 loc) · 896 Bytes
/
Copy pathindex.html
File metadata and controls
32 lines (28 loc) · 896 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
31
32
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
<link href='https://fonts.googleapis.com/css?family=Amatic+SC:400,700' rel='stylesheet' type='text/css'>
<title>The Forum</title>
<link href="assets/stylesheets/application.css" rel="stylesheet" />
</head>
<body>
<header>
<img class="img-center" width="200" src="assets/images/the-forum.png" />
</header>
<main>
<section class='container'>
</section>
<aside class="sidebar">
<div class="active">
<h2 class="active-title">Active Users</h2>
<div class="sidebar-content">
</div>
</div>
</aside>
</main>
<script src="dist/bundle.js"></script>
</body>
</html>