diff --git a/app.yaml b/app.yaml
deleted file mode 100644
index 21070fc..0000000
--- a/app.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-# [START runtime]
-runtime: nodejs
-env: flex
-# [END runtime]
-
-# [START handlers]
-handlers:
- - url: /
- static_files: build/index.html
- upload: build/index.html
-
- - url: /(.*)
- static_files: build/\1
- upload: build/(.*)
-
- - url: /favicon.ico
- static_files: /favicon.ico
- upload: /favicon.ico
-# [END handlers]
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index c5f0a9c..b41e67c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -7,7 +7,7 @@
-
+