-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (29 loc) · 985 Bytes
/
index.html
File metadata and controls
31 lines (29 loc) · 985 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 lang="en-us">
<head>
<title>Summer Grilling Season</title>
<link rel="stylesheet" href="main.css" type="text/css"/>
</head>
<body>
<header>
<h1>Grilling Ideas</h1>
<nav>
<ul>
<li><a href="https://www.allrecipes.com/recipe/14512/grilled-potatoes-and-onion/">Potatoes</a></li>
<li>Other Vegetables</li>
<li>Bread</li>
<li>Salad</li>
</ul>
</nav>
<main>
</header> <article>
<h2><a href="https://ascott3312.github.io/learning-journal-3/">Summer Grilling Ideas</a></h2>
<img src="grilling.jpeg" alt="grilled food" width="200">
</article>
</main>
<footer>
<p> Copyright © 2020 | Jennifer Jones </p>
</footer>
<script src="grilling.js"></script>
</body>
</html>