-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmobile_pp.html
More file actions
106 lines (93 loc) · 4.04 KB
/
mobile_pp.html
File metadata and controls
106 lines (93 loc) · 4.04 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
101
102
103
104
105
106
<!--
The ORIGINAL CODE is the `BRACE WEBSITE` Source Code.
The INITIAL DEVELOPER is Brace Inc., DEntisT.
Version: MPL 1.1
The contents of this file are subject to the Mozilla Public License Version
1.1 the "License"; you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/
Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
for the specific language governing rights and limitations under the
License.
Portions created by the Initial Developer are Copyright (c) 2022
the Initial Developer. All Rights Reserved.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="brace_logo.png" type="image/icon type">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy | Brace™ Co.</title>
<link rel="stylesheet" href="web_style.css">
<script src="user_utils.js"></script>
<script src="main_script.js"></script>
<script src="button_sys.js"></script>
<script src="dropdown_impl.js"></script>
<script src="static.js"></script>
<script src="refresh.js"></script>
<script>
console.log("index.html (Brace Inc.): script element called.")
current_page = PAGE_BRACE_HOMEPAGE;
</script>
</head>
<body>
<div id="fade-block"></div>
<script src="fade_block.js"></script>
<div id="loader-wrapper">
<div id="loader"></div>
</div>
<header id="page_header">
<mobile>
<img class="apply_border_radius" src="brace_tinylogo.png">
<div class="dropdown_container">
<headerbutton id="headerbutton_refresh" onclick="brace_redirect(BRACE_LINK__HOMEPAGE)">GO BACK</headerbutton>
</div>
</mobile>
</header>
<!-- ------------------- -->
<!-- PAGE -->
<!-- ------------------- -->
<section id="home">
<h1 class="home_text">Welcome to <code>Brace™ Co.</code>Mobile!</h1>
<p class="home_text">This is our <code>beta</code> website designed for mobile devices!</p>
</section>
<section id="privacy_policy_mob">
<img id="headerbutton_services_" class="apply_border_radius" width="300" src="visual_resources/brace_pp.png">
<ul>
<h1>1. Introduction</h1>
<p>Company name: <code>Brace™ Software Co.</code></p>
<p>E-mail contact: <code>bracetm.official@gmail.com</code></p>
<p>Your privacy is very important to us, so we aim to protect it as we protect our own. Our web services do not require or collect any personal and risky data from the client accessing our website.</p>
<h1>2. Data we collect</h1>
<p>Our web services collects following data as the client connects to the website:</p>
<li>device OS</li>
<h2>2.1. Device OS</h2>
<h3>2.1.1. Why do we collect such data?</h3>
<p>We collect this data in order to optimize the web services for the device you are using to access the services in the first place.</p>
<h3>2.1.2. How do we collect such data?</h3>
<p>We collect the device OS data using the user utils library developed by us.</p>
<h3>2.1.3. Is this data dangerous to collect?</h3>
<p>No, not at all. Device information such as its operating system is information that is accessed by all kinds of services and apps you use across the Internet.</p>
<h3>2.1.4. How long is this data retained?</h3>
<p>This data is used as long as the client is connected to the website.</p>
<h3>2.1.5. Is this data protected?</h3>
<p>Yes, although sharing this data is completely harmless, nobody can actually access the data collected by the website.</p>
<h3>2.1.6. Is this data stored on any of our servers?</h3>
<p>Absolutely not, no data of yours is stored on our servers.</p>
<p></p>
<p><sub>Thanks for reading! Happy using.</sub></p>
<p><sub>For further information and assistance, contact us via mail.</sub></p>
</ul>
</section>
<!-- ------------------- -->
<!-- FOOTER -->
<!-- ------------------- -->
<div id="contact-info-bajo"></div>
<footer id="website-footer">
</footer>
<script src="popup_impl.js"></script>
</body>
</html>
<script src="footer.js"></script>