-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
31 lines (30 loc) · 1.18 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
<!DOCTYPE html>
<html>
<!--
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
https://github.com/lucaledd/discordstatus-website
-->
<head>
<title>loading...</title>
<link rel="stylesheet" href="style.css">
<script src="lanyard.js"></script>
<script src="config.js"></script>
<script src="init.js"></script>
</head>
<body>
<a class="button return" type="button" href="https://github.com/lucaledd/discordstatus-website">return</a>
<div class="display">
<div class="userinfo" id="margin">
<img id="avatar" draggable="false" alt="profile picture" width="64" height="64"
src="https://cdn.discordapp.com/embed/avatars/0.png" />
<span id="display"></span>
<span id="username"></span>
<span id="status"><img id="status-emoji" draggable="false" alt=" " height="16" /> <span id="status-text"></span></span>
<a id="viewuser" class="button" type="button">view user</a>
</div>
<div class="activities">
</div>
</div>
</body>
</html>