-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.html
27 lines (27 loc) · 1.07 KB
/
configuration.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
<!DOCTYPE html>
<html>
<head>
<i id="homepage" class="fas fa-arrow-left fa-2x"></i>
<script src="../js/jquery-3.6.0.js"></script>
<link href="../fontawesome/css/all.css" rel="stylesheet"> <!--load all styles -->
<link href="../fontawesome/css/all.min.css" rel="stylesheet">
<link href="configuration.css" rel="stylesheet">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<img style="margin-left: auto; margin-right: auto; display: block;" src="../images/logo.png">
</head>
<body>
<div class="container webhook">
<label class="section webhook">
<span>Discord Webhook</span>
</label>
<div>
<input id="webhook" type="text" placeholder="webhook">
</div>
</div>
<div id="saveButton" class="container save">
<span id="saveButtonName">Save</span>
</div>
</body>
<script src="configuration.js"></script>
</html>