forked from TekExplorer/featherdactyl.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
48 lines (45 loc) · 2.06 KB
/
privacy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme-color" content="#ffffff">
<meta name="description" content="Pterodactyl UI made with Flutter">
<meta property="og:url" content="https://featherdactyl.com/">
<meta name="author" content="Bad">
<link rel="shortcut icon" href="./assets/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Featherdactyl - Privacy Policy</title>
<link rel="stylesheet" href="css/style.css">
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
</head>
<body>
<div class="wrapper">
<div class="items">
<div class="itemscontainer">
<h1 class="itemstitle"><a href="https://featherdactyl.com">Featherdactyl</a></h1>
<h2 class="itemstitle">Privacy Policy</h2>
<script>
kofiWidgetOverlay.draw('tekexplorer', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support me',
'floating-chat.donateButton.background-color': '#00b9fe',
'floating-chat.donateButton.text-color': '#fff'
});
</script>
<div class="itemsbody">
<div class="item">
<div class="itembad">
<iframe src="./privacy.pdf" allowtransparency="true" frameborder="0"></iframe>
</div>
<div class="itemtext">
<center><a href="./privacy.pdf">Click here if you cannot view the PDF</a></center>
</div>
</div>
</div>
</div>
</div>
<center><h2 class="itemstitle"><a href="/">Home</a> - <a href="https://discord.gg/6D3Z3hGGHg">Discord</a> - <a href="https://github.com/TekExplorer/featherdactyl.com">Github</a></h2></center>
</div>
</body>
</html>