-
Notifications
You must be signed in to change notification settings - Fork 24
/
index.html
36 lines (29 loc) · 982 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Links Page | Coder Coder</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
</head>
<body>
<link rel="stylesheet" href="dist/style.css">
<!-- Logo -->
<img class="logo" src="img/logo.png" />
<!-- Featured -->
<h2>Featured</h2>
<a class="featured" href="">Featured Link 1</a>
<!-- Popular Content -->
<h2>Popular Content</h2>
<a href="">Link 1</a>
<a href="">Link 2</a>
<a href="">Link 3</a>
<!-- Channels -->
<h2>Follow Me On</h2>
<div class="channels">
<a href="">Blog</a>
<a href="">YouTube</a>
<a href="">Twitch</a>
</div>
</body>
</html>