diff options
author | Roald de Vries <rdevries@thoughtworks.com> | 2016-12-05 10:32:12 +0100 |
---|---|---|
committer | Roald de Vries <rdevries@thoughtworks.com> | 2016-12-05 10:32:12 +0100 |
commit | 391cc55537a97ec8b2b55662db9c63f86ab885ef (patch) | |
tree | 3dcf6adc12efa9a84e02f9340fae925b057fcb89 /service/pixelated/assets/Interstitial.html | |
parent | a0de084e04f02a5f09d5a14b86ece156f4f6df5f (diff) |
get templates from pkg_resources
Diffstat (limited to 'service/pixelated/assets/Interstitial.html')
-rw-r--r-- | service/pixelated/assets/Interstitial.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/service/pixelated/assets/Interstitial.html b/service/pixelated/assets/Interstitial.html deleted file mode 100644 index bc6cc738..00000000 --- a/service/pixelated/assets/Interstitial.html +++ /dev/null @@ -1,18 +0,0 @@ -<!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="startup-assets/snap.svg-min.js"></script> - <script src="startup-assets/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="startup-assets/Interstitial.js"></script> - </body> - -</html> |