-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathtos.html
More file actions
100 lines (90 loc) · 4.06 KB
/
tos.html
File metadata and controls
100 lines (90 loc) · 4.06 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en" class="file-page legal-page">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover">
<title>Terms of Service - TMP.LINK</title>
<link rel="stylesheet" href="/css/file.css">
<link rel="icon" href="/img/ico/favicon.ico" type="image/x-icon" />
</head>
<body class="file-page legal-page">
<div class="file-page-root">
<div class="file-screen legal-screen">
<header class="file-header">
<a class="file-logo" href="/">
<img src="/img/ico/logo-new.svg" alt="Logo">
</a>
<div class="file-header-actions">
<div class="file-dropdown" id="legal_lang_dropdown">
<button class="lang-toggle file-dropdown-toggle" type="button" aria-haspopup="listbox" aria-expanded="false">
<span class="selected_lang">Language/语言</span>
</button>
<div class="file-dropdown-menu file-dropdown-menu-right" role="listbox">
<button class="file-dropdown-item" type="button" data-lang="cn">简体中文</button>
<button class="file-dropdown-item" type="button" data-lang="hk">繁體中文</button>
<button class="file-dropdown-item" type="button" data-lang="en">English</button>
<button class="file-dropdown-item" type="button" data-lang="jp">日本語</button>
</div>
</div>
</div>
</header>
<section class="file-body legal-body">
<div class="file-content legal-content">
<div class="file-panel legal-panel">
<h1 i18n="tos_1">Terms of Service</h1>
<p i18n="tos_2"></p>
<h3 i18n="tos_3"></h3>
<p i18n="tos_4"></p>
<h3 i18n="tos_5"></h3>
<p i18n="tos_6"></p>
<p i18n="tos_7"></p>
<p i18n="tos_8"></p>
<h3 i18n="tos_22"></h3>
<p i18n="tos_23"></p>
<h3 i18n="tos_9"></h3>
<p>
<a href="/privacy.html" i18n="footer_privacy">Privacy Policy</a>
<span i18n="tos_10"></span>
</p>
<h3 i18n="tos_11"></h3>
<ul>
<li i18n="tos_12"></li>
<li i18n="tos_13"></li>
<li i18n="tos_14"></li>
<li i18n="tos_15"></li>
<li i18n="tos_16"></li>
</ul>
<h3 i18n="tos_24"></h3>
<p i18n="tos_25"></p>
</div>
</div>
</section>
</div>
</div>
<div id="footer" class="legal-footer">
<div class="legal-footer-inner">
<div class="legal-footer-links">
<a href="/tos.html" i18n="footer_tos">.</a>
<a href="/privacy.html" i18n="footer_privacy">.</a>
<span i18n="footer_news">.</span>
<a href="mailto:admin@tmp.link" i18n="footer_contact">.</a>
</div>
<div>© 2018 - 2026 TMPLINK STUDIO ™</div>
<div class="legal-footer-note">Build with love & tmpUI.</div>
</div>
</div>
<div id="tpl_model"></div>
<script src="/js/tools/jquery.min.js"></script>
<script src="/js/core/api.js"></script>
<script>
$(document).ready(function() {
window.TL = new tmplink_api();
window.TL.ready(() => {
window.TL.ga(document.title);
});
window.TL.keep_alive();
});
</script>
<script src="/js/legal.js"></script>
</body>
</html>