summaryrefslogtreecommitdiff
path: root/index.html
blob: a261e392a11b2eda115ed7467624021f8ed789b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>
    <a href="recipes/eggTomatoRice.html">Egg Tomato Rice</a>
</body>
</html>