blob: 18a7fe7499c319c43e36af6bcf14dca56c955a2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>
Odin Recipes
</h1>
<a href="recipes/cheesyCreamyRamen.html">Cheesy Creamy Ramen</a>
<a href="recipes/pesto.html">Pesto</a>
</body>
</html>
|