diff options
| author | Kumar Priyansh <[email protected]> | 2019-05-31 16:35:31 +0700 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-05-31 16:35:31 +0700 |
| commit | 5dee6e40da4fa0ffc61ca32f7eb482693a7b8ba8 (patch) | |
| tree | fc7e32ea78a68f8dc5452d2534b15a29122d4d44 /index.html | |
| parent | b4a85014bad9620152fec9bec1051d4cc0497033 (diff) | |
| download | firebase-ecommerce-5dee6e40da4fa0ffc61ca32f7eb482693a7b8ba8.tar.xz firebase-ecommerce-5dee6e40da4fa0ffc61ca32f7eb482693a7b8ba8.zip | |
Initalized index.html
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..ac72076 --- /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"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <title>Firebase ECommerce Solution</title> +</head> +<body> + <h1>An ECommerce Site Coming Soon...</h1> +</body> +</html>
\ No newline at end of file |
