-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
31 lines (29 loc) · 874 Bytes
/
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
<html>
<head>
<meta charset="utf-8">
<title>KeyAuth CDN</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="nosnippet, nofollow, noindex" />
<style>
body {
color: white;
text-align: center;
padding-top: 5%;
font-family: Helvetica, Arial, sans-serif;
margin-top: 10%;
background: #101010;
}
.-main-text {
font-size: 35px;
white-space: pre;
display: block;
}
</style>
</head>
<body>
<span class="-main-text">CDN for <a href="https://keyauth.cc">https://keyauth.cc</a>
Holds CSS, Javascript, image files.
View repository <a href="https://github.com/KeyAuth/keyauth-cdn" target="_blank">https://github.com/KeyAuth/keyauth-cdn</a>
</span>
</body>
</html>