-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPrivacyPolicy.html
More file actions
47 lines (39 loc) · 1.1 KB
/
PrivacyPolicy.html
File metadata and controls
47 lines (39 loc) · 1.1 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
<style>
h2 {
font-family: "Open Sans";
text-align: center;
font-size: 35px
}
p {
font-family: "Open Sans";
text-align: center
}
.outer {
display: table;
position: absolute;
height: 99%;
width: 99%;
}
.middle {
display: table-cell;
vertical-align: middle;
}
.inner {
margin-left: auto;
margin-right: auto;
width: 750px;
}
</style>
<html>
<body>
<div class="outer">
<div class="middle">
<div class="inner">
<h2>Subtitle Retimer Privacy Policy</h2>
<p>Subtitle Retimer by Bas Tempelman doesn't collect any user information at all. Therefore Bas Tempelman will not/can not share this information with any third parties.</p>
<p>This policy is subject to change without notice. Please check this page for the latest privacy policy. If you disagree with this policy, please discontinue use of the application.</p>
</div>
</div>
</div>
</body>
</html>