-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 2.16 KB
/
Copy pathindex.html
File metadata and controls
38 lines (38 loc) · 2.16 KB
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
<!-- this is a comment -->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="10; URL=https://ukriu.com/" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ukriu - cssCord</title>
<style>
body, html {font-size: 1.2rem;background:#000;color:lavender;display:flex;justify-content:center;align-items:center;height:100vh;margin:0;font-family:"Urbanist", sans-serif;}
code {font-family: Consolas,"Urbanist",sans-serif;color: lavenderblush;background-color:violet;padding: 2px;font-size: 105%;border-radius:8px;}
a {color:#fff0f5;text-decoration:none}
a:active, a:focus, a:hover {color:#9370db}
::-moz-selection {color:#000;background:#fff0f5}
::selection {color:#000;background:#fff0f5}
::-webkit-scrollbar {width:10px;height:10%}
::-webkit-scrollbar-track {background:#020202}
::-webkit-scrollbar-thumb {background:#e6e6fa;border-radius:32px}
::-webkit-scrollbar-thumb:hover {background:#fff0f5}
@font-face {font-family:Urbanist;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx4vH5mqace1KqS1.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face {font-family:Urbanist;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx4vEZmqace1Kg.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
</style>
</head>
<body>
<center>
<div>
<p>
You don't need to be on this page!<br />
Redirecting you to the home page in 10 seconds!
</p>
<p>
If you want to check out my discord CSS snippets,<br />
Visit <a href="https://github.com/ukriu/cssCord/"><code>github.com:ukriu/cssCord</code></a>
</p>
</div>
</center>
</body>
</html>