-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
22 lines (22 loc) · 871 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Redirecting...</title>
<link rel="canonical" href="https://nev.codeberg.page/trc" />
<meta charset="utf-8" />
<meta http-equiv="refresh" content="0; url=https://nev.codeberg.page/trc" />
<style type="text/css"
/* From perfectmotherfuckingwebsite.com */
body {max-width:650px;margin:40px auto;adding:0 10px;font:18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";color:#444
h1,h2,h3 {line-height:1.2}
@media (prefers-color-scheme: dark) {
body {color:#c9d1d9; background:#0d1117}
a:link {color:#58a6ff}
a:visited {color:#8e96f0}
}
</style>
</head>
<body>
<p>Redirecting...</p>
</body>
</html>