diff options
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> |