odin-recipes/index.html
cheeks bdcb52437c Created index.html and cheese-rollup.html, added
recipe contents and made formatting changes.
2024-06-23 15:57:56 -04:00

12 lines
291 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Odin Recipes</title>
</head>
<body>
<h1>Odin Recipes</h1>
<a href="./recipes/cheese-rollup.html">Cheese-Rollup</a>
</body>
</html>