-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
41 lines (35 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="media/web-id-icon.webmp.png">
<link rel="stylesheet" href="style.css">
<title>ColdFront | News</title>
</head>
<nav id="nav">
<a href="index.html"><img src="media/nav.svg"></a>
</nav>
<body class="scroll">
<label>
<input type="checkbox">
<span class="menu"> <span class="hamburger"></span> </span>
<ul>
<ol> <a href="index.html">Home</a> </ol>
<ol> <a href="radar.html">Live Radar</a> </ol>
</ul>
</label>
<div class="container">
<div class="news-container">
<a class="twitter-timeline" data-width="600" data-height="900" data-theme="dark"
href="https://twitter.com/RazorbackBSB?ref_src=twsrc%5Etfw">Tweets by RazorbackBSB</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
<div>
<script src="https://apps.elfsight.com/p/platform.js" defer></script>
<div class="elfsight-app-955513b5-f60d-4314-9876-69bc7c1b8d8f"></div>
</div>
</body>
</html>