-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_lunch.html
53 lines (52 loc) · 1.69 KB
/
index_lunch.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>
<div class="divLunch"></div>
<h3>Friday 11/3/2017</h3>
<a href="http://www.recipetineats.com/oven-baked-chicken-and-rice/"> <h2>Chicken and Rice</h2></a>
<img src="http://tiphero.com/wp-content/uploads/2017/07/Honey-Soy-Chicken-Rice-Bake-3.jpg" alt="chicken and rice"/>
<div class="divLunch2"></div>
<h3>Monday 11/6/2017</h3>
<p>Burrito???</p>
</main>
</body>
</html>