-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (58 loc) · 2.78 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>🌹 Discord User Checker 👤</title>
<meta name="description" content="A website used to check discord profiles!">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="container">
<div class="icon-container">
<a id="github-effect" class="icon" href="https://github.com/JayyDoesDev/discord-user-checker"><img src="assets/github.png" style=" width: 40px;"
alt="github"></a>
<a class="icon" href="https://docs.japi.rest/#introduction"><img src="assets/japi.png" style="margin-left: -110px; width: 100px;"
alt="japi"></a>
</div>
<div class="box">
<h1 class="duc">🌹 Discord User Checker 👤</h1>
<div class="profile">
<div class="status-container">
<img id="avatar" class="pic"
src="./assets/template.gif"
alt="profile-pic">
<img id="status" src="assets/streaming.png">
</div>
</div>
<div class="user-box">
<p id="presence">Presence: not playing anything</p>
<p id="user-id">User ID: 419958345487745035</p>
<p id="user-username">Username: takeab1te</p>
<p id="user-discrim">Discriminator: #0</p>
<p id="user-flags">Flags:HOUSE_BALANCE, ACTIVE_DEVELOPER, NITRO</p>
<p id="user-banner-color">Banner Color: #0</p>
<p id="user-accent-color">Accent Color: #0</p>
</div>
</div>
<div class="lookup-container">
<div class="instruction">
<h1>Lookup a user here!</h1>
<input name="text-input" type="text" placeholder="ID">
<h1 onclick="submit()" class="button">Submit</h1>
<div class="icon-mobile-container">
<a class="icon" href="https://docs.japi.rest/#introduction"><img src="assets/japi.png"
style="margin-right: -30px; margin-right: -10px; width: 100px;" alt="japi"></a>
<a id="github-effect" class="icon" href="https://github.com/JayyDoesDev/discord-user-checker"><img src="assets/github.png" style=" width: 40px;"
alt="github"></a>
</div>
</div>
</div>
<div class="footer">
<h2>Made with ❤️ by <a href="https://tb1.pw" style="text-decoration: none; color: pink;">tarab1te</a></h2>
</div>
</div>
<script type="text/javascript" src="/js/submit.js"></script>
</body>
</html>