bgpwtf/landing: import

This imports a snapshot of the current landing page (that used to be
versioned in a separate repository, but we want to pull into hscloud).

Change-Id: Ia98bca294ae64bfd57c4a4250d7d3a5a7e5f8145
diff --git a/bgpwtf/landing/app.yaml b/bgpwtf/landing/app.yaml
new file mode 100644
index 0000000..7bd3e61
--- /dev/null
+++ b/bgpwtf/landing/app.yaml
@@ -0,0 +1,18 @@
+runtime: python27
+api_version: 1
+threadsafe: true
+
+handlers:
+- url: /i
+  static_dir: i
+  secure: always
+
+- url: /.*
+  script: main.app
+  secure: always
+
+libraries:
+- name: webapp2
+  version: latest
+- name: jinja2
+  version: latest