summaryrefslogtreecommitdiff
path: root/service/templates/Interstitial.html
diff options
context:
space:
mode:
authorRoald de Vries <rdevries@thoughtworks.com>2016-12-07 15:26:10 +0100
committerRoald de Vries <rdevries@thoughtworks.com>2016-12-07 15:26:10 +0100
commitd10f607a4d40587510b0dc31b31fe4750bf4a3a3 (patch)
treedb016bb0878989249e0f329e2162d11067b0f8b7 /service/templates/Interstitial.html
parentc28abba2f5b1186c671ebef508d40ffaae6d5bc5 (diff)
parenteaf2019b6e977d1191e0ee12f694a02bb9612f83 (diff)
[#801] Merge branch 'signup'
Diffstat (limited to 'service/templates/Interstitial.html')
-rw-r--r--service/templates/Interstitial.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/service/templates/Interstitial.html b/service/templates/Interstitial.html
new file mode 100644
index 00000000..7787a1c5
--- /dev/null
+++ b/service/templates/Interstitial.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html style="border: 0px; padding: 0px; margin: 0px;">
+
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <script src="static/snap.svg-min.js"></script>
+ <script src="static/jquery-2.1.3.min.js"></script>
+ </head>
+
+ <body style="border: 0px; padding: 0px; margin: 0px;background-color: #808181">
+ <section id="hive-section" style="background-color: #808181;" name="hive-section">
+ <svg id="hive" style="width: 100%; height: 100%;"></svg>
+ </section>
+ <script src="static/Interstitial.js"></script>
+ </body>
+
+</html>