-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
42 lines (39 loc) · 1.13 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
41
42
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Hcomic Creator</title>
<style>
html, body {
padding: 0px;
margin: 0px;
}
html, body, iframe {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<iframe src="http://140.143.205.67:1323" marginheight="0" marginwidth="0" frameborder="no"></iframe>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?b03dbed76b18dd65aa50220ebe41fa65";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GEP9WQXH3R"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GEP9WQXH3R');
</script>
</body>
</html>