diff --git a/static/Staticfile b/static/Staticfile new file mode 100644 index 0000000..35a46a6 --- /dev/null +++ b/static/Staticfile @@ -0,0 +1 @@ +root: src diff --git a/static/manifest.yml b/static/manifest.yml new file mode 100644 index 0000000..63cedb2 --- /dev/null +++ b/static/manifest.yml @@ -0,0 +1,3 @@ +applications: +- name: test-static + buildpack: staticfile_buildpack diff --git a/static/src/index.html b/static/src/index.html new file mode 100644 index 0000000..672dd12 --- /dev/null +++ b/static/src/index.html @@ -0,0 +1 @@ +Hello from cloud.gov!