diff options
Diffstat (limited to 'web-ui/Interstitial Design/Interstitial.html')
-rw-r--r-- | web-ui/Interstitial Design/Interstitial.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/web-ui/Interstitial Design/Interstitial.html b/web-ui/Interstitial Design/Interstitial.html new file mode 100644 index 00000000..d558d410 --- /dev/null +++ b/web-ui/Interstitial Design/Interstitial.html @@ -0,0 +1,16 @@ +<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> |