diff --git a/bootstrap/index.html b/bootstrap/index.html
deleted file mode 100644
index 3d3e3ab..0000000
--- a/bootstrap/index.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
- Microservices
-
-
-
-
-
-
-
-
-
-
-
-
- Sent: A message sent to the back end.
-
-
-
- Received: A message received from the back end.
-
-
-
-
-
-
-
-
diff --git a/bootstrap/package.json b/bootstrap/package.json
index 4dd70f1..f8f502d 100644
--- a/bootstrap/package.json
+++ b/bootstrap/package.json
@@ -5,7 +5,7 @@
"scripts": {
"css-compile": "sass --load-path node_modules --style compressed --no-source-map -q scss/style.scss:build/style.css",
"css-prefix": "postcss --replace build/style.css --use autoprefixer --no-map",
- "css-purge": "purgecss --keyframes --css build/style.css --content ref/template.html ref/index.js index.html --output css/",
+ "css-purge": "purgecss --keyframes --css build/style.css --content ref/template.html ref/index.js --output css/",
"css": "npm run css-compile && npm run css-prefix && npm run css-purge",
"css-dev": "sass --load-path node_modules -q scss/style.scss:build/style.css",
"css-server": "sass --load-path node_modules --no-source-map -q scss/style.scss:../server/static/style.css",