-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (54 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>misc.gq</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background-color: #161616;
color: #eeeeee;
padding: 1em 4em;
}
p {
margin: 8px;
}
.link {
font-family: monospace;
}
a {
color: #aacbff;
text-decoration: none;
}
</style>
</head>
<body>
<h1>misc.gq</h1>
<h2>URL shortener for Miscord links</h2>
<br />
<h3>i.misc.gq</h3>
<p>issues</p>
<p class="link">https://github.com/miscord/miscord/issues/</p>
<p class="link"><a href="https://i.misc.gq/370">https://i.misc.gq/370</a></p>
<br />
<h3>d.misc.gq</h3>
<p>downloads</p>
<p class="link">https://miscord.net/download/</p>
<p class="link"><a href="https://d.misc.gq/win.zip">https://d.misc.gq/win.zip</a></p>
<br />
<h3>w.misc.gq</h3>
<p>wiki</p>
<p class="link">https://github.com/miscord/miscord/wiki/</p>
<p class="link"><a href="https://w.misc.gq/Install">https://w.misc.gq/Install</a></p>
<br />
<h3>c.misc.gq</h3>
<p>commits</p>
<p class="link">https://github.com/miscord/miscord/commit/</p>
<p class="link"><a href="https://c.misc.gq/8e13f55">https://c.misc.gq/8e13f55</a></p>
<br />
<h3>r.misc.gq</h3>
<p>raw files</p>
<p class="link">https://raw.githubusercontent.com/miscord/miscord/dev</p>
<p class="link"><a href="https://r.misc.gq/Dockerfile">https://r.misc.gq/Dockerfile</a></p>
</body>
</html>