-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (38 loc) · 1.26 KB
/
index.html
File metadata and controls
40 lines (38 loc) · 1.26 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Sterowanie Webhooka</title>
<meta name="author" content="Kuba">
<meta name="description" content="Zwykłe Sterowanie Webhooka">
<meta name="keywords" content="discord,kuba,webhook">
<meta name="title" content="Sterowanie Webhooka">
<link rel="stylesheet" href="stylesheet.css" type="text/css">
</head>
<body>
<div id="header">
<h>Sterowanie Webhooka</h>
</div>
<div id="container">
<div class="center-align">
<p>Link Webhooka:</p><input type='text' id="link" placeholder="Link Webhooka">
<p>Nazwa:</p><input type="text" id="username" placeholder="Nazwa (opcjanalne)" value="SterowanieWebhookaKuby">
<p>Avatar:</p><input type="text" id="avatar" placeholder="Adress Obrazku">
<p>Content:</p><input type="text" id="content" placeholder="Kontent Webhooka Tu">
<br>
<button id="btn">Wyślij</button>
<center>
<!--JS log in the works atm-->
<p id='log'></p>
</center>
</div>
</div>
</div>
<div id="footer">
Copyright © Kuba
</div>
<script src="jquery.js"></script>
<script src="main.js"></script>
</body>
</html>