-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpp.html
53 lines (49 loc) · 1.86 KB
/
pp.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
<!DOCTYPE HTML>
<!--
Fractal by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Just Three</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Privacy Policy -->
<section id="pp" class="wrapper style1 special">
<header class="major">
<h2>The Privacy Policy</h2>
<p>
<br><strong>Just Three</strong> app does not store your data.
<br>The app is not connected to any server or any thrid party service.
<br>
<br>If we change this in the future, we will always allow you to opt-in.
<br>That's all there is to understand.
</p>
</header>
<ul class="actions special">
<li><a href="/JustThree" class="button primary">Home</a></li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<!-- <ul class="icons">
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
</ul> -->
<p class="copyright">© 2022 Just Three. All rights reserved. Credits: <a href="http://html5up.net">HTML5 UP</a></p>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>