-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (35 loc) · 1.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>defly.io skins</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.6/dist/clipboard.min.js"></script>
</head>
<body>
<div class="container-fluid">
<div class="jumbotron">
<h1 class="text-capitalize text-center display-2">defly.io skins</h1>
<b>How to use:</b>
<ol>
<li>Download skins below</li>
<li>Go to the defly.io <a href="https://defly.io/?skin-editor">skin editor</a></li>
<li>Press Load skin</li>
<li>Change anything you would like about the skin</li>
<li>Select the file that you downloaded</li>
<li>Press Try it out</li>
<li>Select a game and try out your custom skin!</li>
</ol>
<b>Who made these skins?</b>
<p>The skins were made by the defly.io discord community. You can join <a target="_blank" href="https://discord.gg/NXuuhv7">here</a></p>
</div>
</div>
<div class="container">
<div id="output" class="text-light card-columns">
</div>
</div>
<script src="script.js"></script>
</body>
</html>