diff options
author | altaf-creator <dev@altafcreator.com> | 2024-09-21 15:32:26 +0700 |
---|---|---|
committer | altaf-creator <dev@altafcreator.com> | 2024-09-21 15:32:26 +0700 |
commit | ee0a72b463eacfda4134cfd88c93daea7433e0df (patch) | |
tree | 88ed239664196ec8fbd652f57bedcf950458a14c |
initial commit
-rw-r--r-- | index.html | 24 | ||||
-rw-r--r-- | style.css | 11 |
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 { + +} |