-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 750 Bytes
/
Copy pathindex.html
File metadata and controls
17 lines (17 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<title>★ Odin Recipes ★</title>
</head>
<body>
<h1>★ Odin Recipes ★</h1>
<img src="https://images.pexels.com/photos/6578868/pexels-photo-6578868.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1" alt-text="dark-skinned hand mixing a batter" class="img">
<ul>
<li><a href="recipes/banana-bread.html">Banana Bread</a></li>
<li><a href="recipes/ginger-cookies.html">Ginger Cookies</a></li>
<li><a href="recipes/cinnamon-chip-pumpkin-mini-muffins.html">Cinnamon Chip Pumpkin Mini Muffins</a></li>
</ul>
</body>
</html>