diff options
| author | Kumar Priyansh <[email protected]> | 2019-05-31 17:21:16 +0700 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-05-31 17:21:16 +0700 |
| commit | 75329a5a8d2e501f3254bddd92248cb95bfc3cc9 (patch) | |
| tree | 641ab52f16ce0ced89b422f1b002008c5024e867 | |
| parent | ca92aef705c17a93fb5e6e03c72a533c1140cedd (diff) | |
| download | firebase-ecommerce-75329a5a8d2e501f3254bddd92248cb95bfc3cc9.tar.xz firebase-ecommerce-75329a5a8d2e501f3254bddd92248cb95bfc3cc9.zip | |
Added Dashboard
| -rw-r--r-- | dashboard/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dashboard/index.html b/dashboard/index.html new file mode 100644 index 0000000..e4a5f56 --- /dev/null +++ b/dashboard/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> + +</body> +</html>
\ No newline at end of file |
