diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-04 16:12:05 -0800 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-04 16:12:05 -0800 |
commit | 69cade80030065f3c3324200fbc2cb94be6d0b4e (patch) | |
tree | 6c53eac6cd35f35cda6badf29c975af5754b508d |
Set up Repo, set up Index.html, create styles.css
-rw-r--r-- | 01.png | bin | 0 -> 104935 bytes | |||
-rw-r--r-- | 02.png | bin | 0 -> 53481 bytes | |||
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | index.html | 12 | ||||
-rw-r--r-- | styles.css | 0 |
5 files changed, 13 insertions, 0 deletions
Binary files differBinary files differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..69aa30a --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Project: Landing Page for The Odin Project
\ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..2dbc982 --- /dev/null +++ b/index.html @@ -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"> + <link href="styles.css" rel="stylesheet"> + <title>Document</title> +</head> +<body> + +</body> +</html>
\ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/styles.css |