diff options
Diffstat (limited to 'web-ui/Interstitial Design/Interstitial.html')
-rw-r--r-- | web-ui/Interstitial Design/Interstitial.html | 16 |
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> |