diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2025-01-14 12:14:31 -0800 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2025-01-14 12:14:31 -0800 |
commit | 296f4a847c3be6f85bd14aef1e4840f9fc57bffe (patch) | |
tree | bf72002c5d5ee3b02e2ccf6c6a0cc6f662e56b00 | |
parent | 9dedb77c35b77115f2f7c6d66b1d60ae43dbc6be (diff) |
Add index.html with Header
-rw-r--r-- | index.html | 13 |
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 |