diff --git a/src/index.html b/index.html similarity index 91% rename from src/index.html rename to index.html index 6d30afe..b635fe5 100644 --- a/src/index.html +++ b/index.html @@ -5,13 +5,13 @@ Cg-Select - +

CG-SELECT

- +
@@ -55,5 +55,5 @@ - + diff --git a/package.json b/package.json index ae3f2ae..1eba7b0 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "description": "", "scripts": { - "start": "parcel ./src/index.html -p 4500 --open", + "start": "parcel ./index.html -p 4500 --open", "build": "parcel build ./src/index.html" }, "repository": {