-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·40 lines (28 loc) · 1.53 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>TOSHE - The Open Source Humanoid Experiment</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400|Roboto:100,300,400" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous">
<link type="text/css" rel="stylesheet" href="css/goldenlayout-base.css" />
<link type="text/css" rel="stylesheet" href="css/goldenlayout-dark-theme.css" />
<link type="text/css" rel="stylesheet" href="css/gaugemeter.css" />
<link type="text/css" rel="stylesheet" href="css/app-style.css" />
</head>
<body>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/goldenlayout.min.js"></script>
<script type="text/javascript" src="js/moment.min.js"></script>
<script type="text/javascript" src="js/GaugeMeter.js"></script>
<script type="text/javascript" src="js/highcharts.js"></script>
<script type="text/javascript" src="js/smoothscroll.js"></script>
<script type="text/javascript" src="js/socket.io.js"></script>
<script src="js/app/layout-templates.js"></script>
<script src="js/app/layout.js"></script>
<script src="js/app/chat.js"></script>
<script src="js/app/proposals.js"></script>
<script src="js/app/main.js"></script>
</body>
</html>