-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproxiPrivacy.html
More file actions
55 lines (53 loc) · 2.48 KB
/
Copy pathproxiPrivacy.html
File metadata and controls
55 lines (53 loc) · 2.48 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
<!DOCTYPE html>
<!--
Emux Website
Copyright (C) Emux Technologies. All Rights Reserved.
https://emux.app
Licenced by the Emux Open-Source Licence, which can be found at LICENCE.md.
-->
<html>
<head>
<title>@Proxi Privacy Policy - Emux Technologies</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<meta name="description" content="We're Emux Technologies, a group who is making tech that drives our world forward.">
<link rel="shortcut icon" href="/media/emux.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lato&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons&display=swap">
<link rel="stylesheet" href="/style.css">
<script src="https://www.gstatic.com/firebasejs/7.14.3/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.14.3/firebase-analytics.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.14.3/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.14.3/firebase-database.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.14.3/firebase-storage.js"></script>
<script src="/lib/jquery.min.js"></script>
<script src="/core.js"></script>
<script src="/lang.js"></script>
<script src="/lang/en_GB.js"></script>
<script src="/account/account.js"></script>
<script src="/script.js"></script>
</head>
<body>
<nav>
<a href="/">
<img src="/media/emux.svg" alt="@Emux logo" class="mobile" />
<img src="/media/emuxText.svg" alt="@Emux logo" class="desktop" />
</a>
<div class="navButtons">
<a href="/">@Home</a>
<a href="/about.html">@About</a>
<a href="/products.html">@Products</a>
</div>
<div class="navMobile">
<a href="javascript:toggleMenu();"><icon aria-label="@Menu">menu</icon></a>
</div>
<div class="navMenu">
<a href="/">@Home</a>
<a href="/about.html">@About</a>
<a href="/products.html">@Products</a>
</div>
</nav>
<iframe src="/embedded/proxiPrivacy_en_GB.html" class="main"></iframe>
<footer import="/templates/footer.html"></footer>
</body>
</html>