forked from eSentire/cymon-globe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobe.html
29 lines (24 loc) · 1008 Bytes
/
globe.html
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Cymon Globe Visualization</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" media="all" href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700 | Roboto:400,300,700" />
<link href="css/globe.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="globe"></div>
</div>
<div class="globe-logo"><img src="img/logo.png"></div>
<div class="globe-title">IPs Reported in the Last 24h</div>
<div id="series-selector">
<!-- Generated via React -->
</div>
<script type="text/javascript" src="thirdparty/Detector.js"></script>
<script type="text/javascript" src="thirdparty/three.min.js"></script>
<script type="text/javascript" src="thirdparty/jquery.1-11-2.min.js"></script>
<script type="text/javascript" src="thirdparty/react-0.12.2.min.js"></script>
<script type="text/javascript" src="public/cymon-globe.min.js"></script>
</body>
</html>