-
Notifications
You must be signed in to change notification settings - Fork 27
/
api-test.html
68 lines (68 loc) · 2.78 KB
/
api-test.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<title>BugKick.js</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<div>TODO write content</div>
<div>TODO write content</div>
<div>TODO write content</div>
<div>TODO write content</div>
<div>TODO write content</div>
<div>TODO write content</div>
<div>TODO write content</div>
<div>TODO write content</div>
<div>TODO write content</div>
<div>TODO write content</div>
<div>TODO write content</div>
<div>TODO write content</div>
<div>TODO write content</div>
<div>TODO write content</div>
<div>TODO write content</div>
<div>TODO write content</div>
<div>TODO write content</div>
<div>TODO write content</div>
<div>TODO write content</div>
<div>TODO write content</div>
<div>TODO write content</div>
<!-- <script type="text/javascript">
var _bugKickKey = '0dDf369FF455B938c2C6c8447cca2f8b',
_bugKickPID = 'pid_740b47f9FC579d6FbDD87034Fa099910';
(function(d) {
var bk = d.createElement('script');
bk.type = 'text/javascript';
bk.async = true;
bk.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + 'bugkick.local/BugKick.dev.js/bugkick/base.js';
var s = d.getElementsByTagName('script')[0];
s.parentNode.insertBefore(bk, s);
})(document);
</script>-->
<script type="text/javascript">
var _bugKickKey = '255BAe4a62Ac831e19895b122a013e4E',
_bugKickPID = 'pid_740b47f9FC579d6FbDD87034Fa099910',
_widgetStyle = '322';
(function(d) {
var s = d.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = ('https:' == d.location.protocol ? 'https://' : 'http://')
+ 'bugkick_feedback.s3.amazonaws.com/bugkick/base.js';
d.getElementsByTagName('head')[0].appendChild(s);
})(document);
</script>
<!--<script type="text/javascript">
var _bugKickKey = '255BAe4a62Ac831e19895b122a013e4E',
_bugKickPID = 'pid_740b47f9FC579d6FbDD87034Fa099910';
(function(d) {
var bk = d.createElement('script');
bk.type = 'text/javascript';
bk.async = true;
bk.src = 'https://bugkick.com/BugKick.js/bugkick/base.js';
var s = d.getElementsByTagName('script')[0];
s.parentNode.insertBefore(bk, s);
})(document);
</script>-->
<!-- <script type="text/javascript" src="http://localhost/BugKick.js/bugkick/base.js"></script>-->
</body>
</html>