-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex_node.html
More file actions
21 lines (21 loc) · 804 Bytes
/
index_node.html
File metadata and controls
21 lines (21 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Teslaterm</title>
<link href="styles/main.css" rel="stylesheet">
<link href="libs/w2ui-1.5.rc1.css" rel="stylesheet">
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/jszip/dist/jszip.min.js"></script>
<script src="libs/fontawesome-all.js"></script>
<script src="libs/w2ui-1.5.rc1.js"></script>
<script src="node_modules/raphael/raphael.js"></script>
<script src="node_modules/justgage/justgage.js"></script>
<script src="node_modules/socket.io-client/dist/socket.io.js"></script>
<script src="libs/hterm_all.js"></script>
<script src="dist/bundle.js"></script>
</head>
<body>
<div id="layout" style="width: 100%; height: 100%;"></div>
</body>
</html>