forked from ontio-community/Smartx-ide-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (32 loc) · 1.05 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>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Smartx</title>
<link rel="shortcut icon" href="static/img/favicon.ico"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113878921-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-113878921-4');
</script>
<!--ACE Editor -->
<script type="text/javascript" src="https://ace.c9.io/build/src/ace.js"></script>
<script type="text/javascript" src="https://ace.c9.io/build/src/ext-language_tools.js"></script>
<!-- vue-cookies -->
<script src="https://unpkg.com/[email protected]/vue-cookies.js"></script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
<style>
html,body{
height: 100%;
width: 100%;
}
</style>