mirror of
https://github.com/10h30/odin-recipes.git
synced 2026-07-15 12:43:22 +09:00
12 lines
278 B
HTML
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> |