-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (23 loc) · 807 Bytes
/
index.html
File metadata and controls
27 lines (23 loc) · 807 Bytes
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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A simple Discord widget invite redirector" />
<meta name="theme-color" content="#F9FF54">
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<title>drect</title>
<link rel="stylesheet" href="drect.css?version=2019-12-02">
</head>
<body>
<div class="content">
<div class="centering">
<h1>drect</h1>
<p id="server"><a href="https://github.com/yttrian/drect">Learn more...</a></p>
</div>
</div>
<div id="splash"></div>
<div id="progress"></div>
<script type="application/javascript" src="drect.js?version=2020-07-27"></script>
</body>
</html>