diff --git a/index.html b/index.html
new file mode 100644
index 00000000..60640234
--- /dev/null
+++ b/index.html
@@ -0,0 +1,11 @@
+
+
+
+
+
+ Hello World
+
+
+ Hello, world!
+
+
diff --git a/render.yaml b/render.yaml
index b940313f..b4c5eb6f 100644
--- a/render.yaml
+++ b/render.yaml
@@ -1,6 +1,6 @@
services:
- type: web
- name: MYAPPNAME # the name of this service, eg hello-world
+ name: hello-world # the name of this service, eg hello-world
env: ruby # this app is written in ruby
plan: free # make sure to set this to free or you'll get billed $$$
buildCommand: "./bin/render-build.sh" # we already created these two files for you