Files
odin-recipes/index.html
T
2025-02-08 13:06:53 +09:00

12 lines
278 B
HTML

<!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/lasagna.html">lasagna.html</a>
</body>
</html>