-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (26 loc) · 924 Bytes
/
index.html
File metadata and controls
31 lines (26 loc) · 924 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
31
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<script src="LAYOUTS/Lib/jquery/dist/jquery.js"></script>
<script src="LAYOUTS/Lib/feedback/feedback.js"></script>
<script src="LAYOUTS/Lib/ajaxhook/ajaxhook.min.js"></script>
<link href="LAYOUTS/Lib/feedback/feedback.css" rel="stylesheet" />
<link href="resources/uicon/css/all.css" rel="stylesheet" />
<script type="text/javascript">
$.feedback({
ajaxURL: 'demo/api/savefeedback',
onClose: function () {
window.location.reload();
}
});
</script>
</head>
<body>
<div class="demo" style="height:1200px;width:1000px">
<img src="Data/2022-06-12_221334.png" />
</div>
<button class="feedback-btn feedback-btn-gray feedbacka" style="display: inline-block;">反馈/建议</button>
</body>
</html>