-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (29 loc) · 835 Bytes
/
index.html
File metadata and controls
30 lines (29 loc) · 835 Bytes
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<base href="./dist/ui/">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"/>
<script>
window.nodeRequire = require;
delete window.require;
delete window.exports;
delete window.module;
</script>
<script src="js/talkerapi.js"></script>
<script src="../public/js/scripts.electron.js"></script>
<style>
body {
background-color: #222;
color: white;
padding: 0;
margin: 0;
overflow: hidden;
}
</style>
<title>cables</title>
</head>
<body>
<iframe id="editorIframe" style="width:100%;height:100%;border:0;position:absolute;"></iframe>
</body>
</html>