summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAlmightyMiau <almightymeow612@gmail.com>2025-01-14 12:14:31 -0800
committerAlmightyMiau <almightymeow612@gmail.com>2025-01-14 12:14:31 -0800
commit296f4a847c3be6f85bd14aef1e4840f9fc57bffe (patch)
treebf72002c5d5ee3b02e2ccf6c6a0cc6f662e56b00 /index.html
parent9dedb77c35b77115f2f7c6d66b1d60ae43dbc6be (diff)
Add index.html with Header
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..c2ec7b7
--- /dev/null
+++ b/index.html
@@ -0,0 +1,13 @@
+<!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>
+</body>
+</html> \ No newline at end of file