summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html24
-rw-r--r--style.css11
2 files changed, 35 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..8cebcad
--- /dev/null
+++ b/index.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>ECOEASE Exfoliants</title>
+ <link rel="stylesheet" href="/style.css">
+</head>
+<body>
+ <section>
+ <div>
+ <h1>Hello, world!</h1>
+ </div>
+ </section>
+ <section>
+
+ </section>
+ <section>
+
+ </section>
+ <section>
+
+ </section>
+</body>
+</html>
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..618e204
--- /dev/null
+++ b/style.css
@@ -0,0 +1,11 @@
+:root {
+
+}
+
+* {
+
+}
+
+body {
+
+}