summaryrefslogtreecommitdiff
path: root/web-ui/Interstitial Design/Interstitial.html
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2015-02-13 14:46:40 -0200
committerDuda Dornelles <ddornell@thoughtworks.com>2015-02-13 15:45:34 -0200
commit04561f250d020adeb9da158400e077b8f5ea0d88 (patch)
tree552d822b4c5344f5b79044064e9a40b371148b2c /web-ui/Interstitial Design/Interstitial.html
parent8155a694833d7544411b9775caf97f7c11bd2411 (diff)
Deleting unused interstitial code
Diffstat (limited to 'web-ui/Interstitial Design/Interstitial.html')
-rw-r--r--web-ui/Interstitial Design/Interstitial.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/web-ui/Interstitial Design/Interstitial.html b/web-ui/Interstitial Design/Interstitial.html
deleted file mode 100644
index d558d410..00000000
--- a/web-ui/Interstitial Design/Interstitial.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html style="border: 0px; padding: 0px; margin: 0px;">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <script src="snap.svg-min.js"></script>
- <script src="jquery.js"></script>
- </head>
-
- <body style="border: 0px; padding: 0px; margin: 0px;">
- <section id="hive-section" style="background-color: #808181; width: 100%; height: 750px;" name="hive-section">
- <svg id="hive" style="width: 100%; height: 100%;"></svg>
- </section>
- <script src="Interstitial.js"></script>
-
- </body>
-</html>