-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathFreshWDL.html
More file actions
45 lines (38 loc) · 3.36 KB
/
Copy pathFreshWDL.html
File metadata and controls
45 lines (38 loc) · 3.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Include initially needed CSS -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/yerren/FreshWDL@master/css/stylesheet01.css" /> <!--Includes the project's css sheet -->
<link href="https://cdn.jsdelivr.net/gh/yerren/FreshWDL@master/css/opentip.min.css" rel="stylesheet" type="text/css" /> <!--Includes the tooltip's css sheet -->
<!-- Modal code must be outside of body so it can be referenced-->
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/yerren/FreshWDL@master/UpperContent.js"></script>
<meta http-equiv="Content-Script-Type" content="javascript" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>FreshWDL</title>
</head>
<body onload='initAll();'> <!--Once the page is loaded, start the initialization functions -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/yerren/FreshWDL@master/InnerContent.js"></script>
<!-- Loading Screen Setup -->
<div id="loadingScreen">
<div id="loadingText">
<p id="titleText">Hack Farm Weather</p>
<p id="loadingMessage">Collecting Data.</p>
</div>
</div>
<!-- First script that must be loaded -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/yerren/FreshWDL@master/js_bundles/Loading.js"></script>
<!-- Include remiaing Scripts -->
<script type="text/javascript" src="config.js"></script> <!--Includes the local script that sets customisable variables-->
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/yerren/FreshWDL@master/js_bundles/easeljs-0.8.2.min.js"></script> <!--Includes the drawing part of CreateJS: EaselJS-->
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/yerren/FreshWDL@master/js_bundles/tweenjs-0.6.2.min.js"></script> <!--Includes the animation part of CreateJS: TweenJS-->
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/yerren/FreshWDL@master/js_bundles/opentip-native.min.js"></script> <!--Includes the tooltip library: OpenTip--> <!--Includes the tooltip library: OpenTip-->
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/yerren/FreshWDL@master/js_bundles/moment-with-locales.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/yerren/FreshWDL@master/js_bundles/Chart.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/yerren/FreshWDL@master/js_bundles/Globals.js"></script> <!--Includes the script that sets global variables-->
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/yerren/FreshWDL@master/js_bundles/WidgetsHandlers.min.js"></script> <!--Includes most of the Scripting-->
<a title="Web Statistics" href="http://clicky.com/100669726"><img alt="Web Statistics" src="//static.getclicky.com/media/links/badge.gif" border="0"></a>
<script src="//static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(100669726); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100669726ns.gif" /></p></noscript>
</body>
</html>