-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.41 KB
/
index.html
File metadata and controls
32 lines (32 loc) · 1.41 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>ChillBot RPC</title>
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<div class="background-blur">
<div class="alert" id="alert-container">
<span class="closebtn" onclick="this.parentElement.style.display='none';">×</span>
<strong>Error!</strong> Your Discord desktop is not opened. The slider is disabled until your Discord is opened.
</div>
<!-- <div class="settings-container" style="background-color: palevioletred; height: 560px; width: 35px;">
Test
</div> -->
<div style="text-align: center; margin-top: 15%;">
<img class="icon" src="./images/icon.png" style="height: 200px; width: auto; border-radius: 50%; border: 5px solid white;">
<div class="token-text-container">
<input class="token-input" id="token-input" type="text" placeholder="Token">
</div>
<div class="switch-container">
<label class="switch">
<input id="switch-round" type="checkbox">
<span class="slider round" id="slider-round"></span>
</label>
</div>
</div>
</div>
</body>
<script src="./renderer.js"></script>
</html>