-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev.html
22 lines (21 loc) · 900 Bytes
/
dev.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>W&M Robo-Ops Dashboard</title>
<script src='https://cdnjs.cloudflare.com/ajax/libs/three.js/r74/three.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/fetch/0.11.0/fetch.min.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.16.0/mapbox-gl.css' rel='stylesheet' />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.8/semantic.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div id='app'></div>
<script>
window.serverIP = 'ec2-54-83-155-188.compute-1.amazonaws.com';
</script>
<script src="./bundle.js"></script>
</body>
</html>