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 /index.html |
initial commit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 24 |
1 files changed, 24 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> |