-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeal-ideas.html
More file actions
31 lines (28 loc) · 855 Bytes
/
Copy pathmeal-ideas.html
File metadata and controls
31 lines (28 loc) · 855 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Foodology: Meals</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="articles.html">Articles</a></li>
<li><a class="active" href="meal-ideas.html">Meals</a></li>
<li><a href="profile.html">Profile</a></li>
<li id="login"><a href="sign-in.html">Login</a></li>
</ul>
</nav>
<main>
<section class="first">
<h1>Foodology: Meals</h1>
<p>This page is currently under construction.</p>
<div class="image">
<img src="images/screaming-eggs.jpg" alt="Horrified Eggs">
<p><a href="http://img05.deviantart.net/a97d/i/2010/362/d/3/screaming_eggs_by_500daysofrudy-d35w9ic.jpg">Image Source</a></p>
</div>
</section>
</main>
</body>
</html>