-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
23 lines (20 loc) · 1.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="https://unpkg.com/globe.gl@2.22.8/dist/globe.gl.min.js"></script>
<script src="scripts/token.js"></script>
<script src="scripts/globe-model.js" defer></script>
</head>
<body>
<form id="search" class="form-inline" action="javascript:main()">
<input id="host" class="form-control mr-sm-2" type="text" placeholder="www.facebook.com" aria-label="Search" name="host">
</form>
<div id="terminal" class=" terminal "></div>
<div id="loading"></div>
<div id="globeViz"></div>
</body>