summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--01.pngbin0 -> 104935 bytes
-rw-r--r--02.pngbin0 -> 53481 bytes
-rw-r--r--README.md1
-rw-r--r--index.html12
-rw-r--r--styles.css0
5 files changed, 13 insertions, 0 deletions
diff --git a/01.png b/01.png
new file mode 100644
index 0000000..3b4fd2a
--- /dev/null
+++ b/01.png
Binary files differ
diff --git a/02.png b/02.png
new file mode 100644
index 0000000..b2238bc
--- /dev/null
+++ b/02.png
Binary 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