-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
36 lines (28 loc) · 967 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
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge"> <!-- For intranet testing only, remove in production. -->
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="link.css">
<link rel="stylesheet" type="text/css" href="slide.js">
</head>
<body bgcolour="black" face="Calibri">
<div id="header" class="text-glow">
<h1>AT News</h1>
</div>
<div id="nav"><br><br><br>
<a href="index.html">Home</a><br>
<a href="latest.php">Latest</a><br>
<a href="politics.php">Politics</a><br>
<a href="tech.php">Technology</a><br>
<a href="sport.php">Sports</a><br>
<a href="bwood.php">B-Town</a><br>
<a href="world.php">World</a><br>
<a href="health.php">Health</a><br>
<a href="opinion.php">Opinion</a><br>
</div>
<div id="footer">
Copyright © AT News
</div>
</body>
</html>