-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_sports.html
53 lines (52 loc) · 1.71 KB
/
index_sports.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
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>This is just a test page</title>
<meta name="Marcel's Site" content="Description">
<link rel="stylesheet" type="text/css" href="index_style.css">
<link href='https://fonts.googleapis.com/css?family=VT323' rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<style>
table, th, td {
border: 1px solid black;
}
</style>
<body>
<header>
<h1><a href="index.html"> THE MARCEL HEROLD TRIBUNE TIMES </a></h1>
<nav>
<ul style="list-style-type:none" class="navLists">
<li>
<a href="index_news.html"> World News </a>
</li>
<li>
<a href="index_sports.html"> Sports </a>
</li>
<li>
<a href="index_gossip.html"> Gossip </a>
</li>
<Li>
<a href="index_lunch.html"> What's for lunch? </a>
</Li>
<Li>
<a href="fb"> Errors and Omissions </a>
</Li>
<Li>
Reprot a Tipo
</Li>
</ul>
</nav>
</header>
<main class="sportsMain">
<div class="divLunch"></div>
<section>
<div></div>
<h2>Sports!</h2>
<a href="index_sports.html"><img src="https://media1.tenor.com/images/3a5bccb675f32fbe5ebbf24d93f19838/tenor.gif?itemid=7242164"></a>
<a href="index_sports.html"><img src="https://media.tenor.com/images/e59bb2fa3ece6232005a13e32101b1e8/tenor.gif"> </a>
</section>
</main>
</body>
</html>