-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchildren-privacy-policy.html
31 lines (28 loc) · 1.2 KB
/
children-privacy-policy.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
<!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 Children Privacy Policy</title>
<link href='policy-common.css?v={{ Math.random()}}' rel='stylesheet' type='text/css'>
<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: "children-privacy-policy-info",
contentFile: "children-privacy-policy",
});
</script>
</head>
<body>
<div id="content" class="content markdown">Loading ......</div>
</body>
</html>