forked from TekExplorer/featherdactyl.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
107 lines (104 loc) · 3.86 KB
/
index.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
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
107
<!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</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">The Pterodactyl Panel interface made in Flutter.</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="https://canary.discord.com/widget?id=963858675313807360&theme=dark"
allowtransparency="true" frameborder="0"
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
<div class="itemtext">Want to interact with the community? Join our Discord!</div>
</div>
<div class="item">
<div class="itembad">
<img src="./assets/pc_account.png" class="imgitem">
</div>
<div class="itemtext">Here's the account page on PC.</div>
</div>
<div class="item">
<div class="itembad">
<img src="./assets/pc_console.png" class="imgitem">
</div>
<div class="itemtext">Here's the console page on PC.</div>
</div>
<div class="item">
<div class="itembad">
<img src="./assets/pc_files.png" class="imgitem">
</div>
<div class="itemtext">Here's the file manager page on PC.</div>
</div>
<div class="item">
<div class="itembad">
<img src="./assets/pc_settings.png" class="imgitem">
</div>
<div class="itemtext">Here's the settings page on PC.</div>
</div>
<div class="item">
<div class="itembad">
<video autoplay loop muted class="videoitem" controls>
<source src="./assets/pc.mp4" type="video/mp4">
</video>
</div>
<div class="itemtext">Here's a small showcase video of the current features on PC.</div>
</div>
<div class="item">
<div class="itembad">
<img src="./assets/a_login.png" class="imgitem">
</div>
<div class="itemtext">Here's the login page on Android.</div>
</div>
<div class="item">
<div class="itembad">
<img src="./assets/a_servers.png" class="imgitem">
</div>
<div class="itemtext">Here's the servers page on Android.</div>
</div>
<div class="item">
<div class="itembad">
<img src="./assets/a_console.png" class="imgitem">
</div>
<div class="itemtext">Here's the console page on Android.</div>
</div>
<div class="item">
<div class="itembad">
<video autoplay loop muted class="videoitem" controls>
<source src="./assets/android.mp4" type="video/mp4">
</video>
</div>
<div class="itemtext">Here's a small showcase video of the current features on Android while the
phone is horizontal.</div>
</div>
</div>
</div>
</div>
<center><h2 class="itemstitle"><a href="./privacy.html">Privacy Policy</a> - <a href="https://discord.gg/6D3Z3hGGHg">Discord</a> - <a href="https://github.com/TekExplorer/featherdactyl.com">Github</a></h2></center>
</div>
</body>
</html>