-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_gossip.html
49 lines (48 loc) · 1.56 KB
/
index_gossip.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
<!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>
<div class="divLunch"></div>
<h2>Gossip!</h2>
<a href="index_gossip.html"><img src="https://vignette.wikia.nocookie.net/simpsons/images/c/c7/Best-simpsons-gifs-lisa-milhouse.gif/revision/latest?cb=20130920112448" width="300" height="235"</a>
</main>
</body>
</html>