-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (83 loc) · 3.96 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
<!DOCTYPE HTML>
<!--
-->
<html>
<head>
<title>Catalyst Craft Ban Appeal</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" />
<link rel="icon" type="image/png" href="images/favicon.png"/>
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script src="assets/js/clock.js"></script>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<script src="assets/js/jquery.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>
<script src="assets/js/ip.js"></script>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<h3 class="major">Ban Appeal</h3>
<form method="post" action="https://formsubmit.co/06ce7a4102f4e6852059835af000bddc" enctype="multipart/form-data" id="form">
<div class="fields">
<input id="ipaddress" type="hidden" name="ipaddress" />
<input id="iptime" type="hidden" name="timezone" />
<input id="ipcity" type="hidden" name="city" />
<input id="ipregion" type="hidden" name="region" />
<input id="ipcounty" type="hidden" name="country" />
<input id="iplatitude" type="hidden" name="latitude" />
<input id="iplongitude" type="hidden" name="longitude" />
<!-- form info -->
<input type="hidden" name="_subject" value="Catalyst Craft Ban Submission">
<input type="text" name="_honey" style="display:none">
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_next" value="https://ban.catalystcraft.tk/thanks.html">
<div class="field half">
<label for="name">Name</label>
<input type="text" name="name" id="name" value="" placeholder="Jane Doe" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="email" name="email" id="email" value="" placeholder="[email protected]" />
</div>
<div class="field half">
<label for="username">Username</label>
<input type="text" name="username" id="username" value="" placeholder="Your Minecraft Username" />
</div>
<div class="field half">
<label for="Catagory">Reason</label>
<select name="Catagory" id="Catagory" placeholder="Catagory">
<option value="Cheating">Cheating</option>
<option value="Foul Language">Foul Language</option>
<option value="Scamming">Scamming</option>
<option value="Hacking">Hacking</option>
<option value="Harrasment">Harassment</option>
<option value="Endangerment">Endangerment</option>
<option value="Other">Other</option>
</select>
</div>
<div class="field">
<label for="message">Reason for being unbanned</label>
<textarea name="message" id="message" placeholder="Enter why you think you should be unbanned" rows="6"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="primary" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Catalyst Craft</p>
<p class="copyright">btw Catalyst Craft was completely desighned by a 14 year old</p>
</footer>
<!-- BG -->
<div id="bg"></div>
</body>
</html>