App.yaml designed for serving a static site on Google App Engine (Python). Copy your static html and files into the root folder of your site (where app.yaml sits). Contains a bunch of mimetype declarations from html5boilerplate's .htaccess. May not be necessary for most situations.
my_site
app.yaml
index.html
foo
index.html
bar.html
...
...
Remember: No spaces in file or path names. Case sensitive.