-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
50 lines (48 loc) · 1.86 KB
/
news.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
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MyAux</title>
<link href="css/simpleGridTemplate.css" rel="stylesheet" type="text/css">
<link href="myAux.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Rock+Salt|Sedgwick+Ave+Display" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Permanent+Marker" rel="stylesheet">
</head>
<body>
<div class="container">
<header class="header">
<div class="column">
<h3 class = "thumbnail"><a href="MyMusic.html" class="header_link_1">My Music</a></h3>
</div>
<div class="column">
<h3 class = "thumbnail"><a href="news.html" class="header_link_2">News</a></h3>
</div>
<div class="column">
<h4 class="thumbnail"><a href="index.html" class="header_link_1">My Aux</a></h4>
</div>
<div class="column">
<h3 class = "thumbnail"><a href="MusicMap.html" class="header_link_1">Map</a></h3>
</div>
<div class="column">
<h3 class = "thumbnail"><a href="myArtists.html" class="header_link_1">My Artists</a></h3>
</div>
</header>
<div class = "news">
<div class = "redditLink">
<script src="https://www.reddit.com/r/gretavanfleet/.embed?limit=20" type="text/javascript"></script>
</div>
<div class = "redditLink">
<script src="https://www.reddit.com/r/wutang/.embed?limit=20" type="text/javascript"></script>
</div>
<div class = "redditLink">
<script src="https://www.reddit.com/r/SlumpGod/.embed?limit=20" type="text/javascript"></script>
</div>
</div>
</div>
<div class="footer">
© 2017 Chris King
</div>
</body>
</html>