forked from ThatZiv/webhook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (40 loc) · 1.37 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
<!--
Project by Zua
https://github.com/thatziv/webhook
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Token Nitro Injector</title>
<meta name="author" content="Zua">
<meta name="description" content="Token Nitro Injector">
<meta name="keywords" content="discord,zua,webhook">
<meta name="title" content="Discord Webhook Sender">
<link rel="stylesheet" href="stylesheet.css" type="text/css">
</head>
<body>
<div id="header">
<h>Discord Webhook Sender</h>
</div>
<div id="container">
<div class="center-align">
<p>Webhook Link:</p><input type='text' id="link" placeholder="Type Webhook URL here ex. https://discordapp.com/api/webhooks/462759446225879041/CX-NNGFq5zjht82fQSJUTN2Or2DGq8UTwoIlhHgZ7lTJ6-wlHlRshIRuOC0nE6frfSwG">
<p>Content:</p><input type="text" id="content" placeholder="Type your Nitro Token here to inject Nitro!">
<br>
<button id="btn">Send</button>
<center>
<!--JS log in the works atm-->
<p id='log'></p>
</center>
</div>
</div>
</div>
<div id="footer">
Copyright © <a href="http://github.com/nitrotokeninjector/">Zua</a>
</div>
<script src="jquery.js"></script>
<script src="main.js"></script>
</body>
</html>