From cd6a0be01d0f09faa55760769a9beee011599240 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Wed, 24 Aug 2011 00:18:14 +0200 Subject: Serve annotated HTML from server so we can debug parsing --- server/app.yaml | 6 +++++- server/index.html | 2 +- server/main.py | 7 ++++--- 3 files changed, 10 insertions(+), 5 deletions(-) (limited to 'server') diff --git a/server/app.yaml b/server/app.yaml index 340a161..949c8b0 100644 --- a/server/app.yaml +++ b/server/app.yaml @@ -7,9 +7,13 @@ handlers: - url: /styles static_dir: styles -- url: /text +- url: /convert script: main.py - url: / static_files: index.html upload: index.html + +- url: /style.css + static_files: style.css + upload: style.css diff --git a/server/index.html b/server/index.html index 051b8c6..3273a1f 100644 --- a/server/index.html +++ b/server/index.html @@ -3,7 +3,7 @@ Hello world -
+