source:
app.yaml
@
be29ee7
| Revision be29ee7, 248 bytes checked in by ernestd@…>, 2 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | application: html5slides |
| 2 | version: 1 |
| 3 | runtime: python |
| 4 | api_version: 1 |
| 5 | |
| 6 | handlers: |
| 7 | - url: /src |
| 8 | static_dir: src |
| 9 | - url: /disclaimer.html |
| 10 | static_files: disclaimer.html |
| 11 | upload: disclaimer.html |
| 12 | - url: / |
| 13 | static_files: html5.html |
| 14 | upload: html5.html |
| 15 |
Note: See TracBrowser
for help on using the repository browser.