Initial commit

This commit is contained in:
NetMan 2023-12-28 17:36:58 +01:00
commit 4d8686e34d
3 changed files with 15 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# odin-recipes
A basic website linking to recipes

12
index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Recipes</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
</body>
</html>

0
style.css Normal file
View File