-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser-agreement.html
64 lines (55 loc) · 1.7 KB
/
user-agreement.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
<!DOCTYPE html>
<html lang="en" mode="ios" class="hydrated">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, viewport-fit=cover">
<meta http-equiv="cache-control" content="max-age=0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT">
<meta http-equiv="pragma" content="no-cache">
<link rel="icon" href="favicon.ico">
<title>TronClass User Agreement</title>
<link href='policy-common.css?v={{ Math.random()}}' rel='stylesheet' type='text/css'>
<style>
.agreement {
color: #232429;
}
.agreement .content {
padding: 12px;
color: #232429;
word-break: break-all;
}
.agreement .content p {
color: #232429;
line-height: 1.5;
white-space: inherit;
}
.agreement .content p span.black {
font-weight: bold;
}
.agreement .content p.title {
font-weight: bold;
}
.agreement .en-content {
word-break: break-word;
}
</style>
<script type="text/javascript" src="https://cdn.staticfile.org/marked/4.0.1/marked.min.js"></script>
<script type="text/javascript" src="policy-common.js?v={{ Math.random()}}"></script>
<script>
window.renderContent({
infoFile: "user-agreement-info",
contentFile: "user-agreement",
showInfo: false
});
</script>
<script>
</script>
</head>
<body class="agreement">
<div id="content" class="content markdown"></div>
</body>
</html>