-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (69 loc) · 3.1 KB
/
index.html
File metadata and controls
78 lines (69 loc) · 3.1 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>where urf @?</title>
<meta name="description" content="I desperately await URF coming back. Hope is waning. Bring back URF!!!" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap" rel="stylesheet" />
<link rel="canonical" href="https://www.urf.today/" />
<link rel="apple-touch-icon" href="assets/png/urfliveSmall.png">
<meta name="keywords" content="URF, ultra rapid fire, league of legends, league, LOL, live status, status check, is urf live, na urf" />
<meta http-equiv="content-language" content="en" />
<meta property="og:locale" content="en_US" />
<meta property="og:title" content="Is NA URF live?" />
<meta property="og:description" content="A website which shows the current status of NA URF." />
<meta property="og:image" content="assets/png/urflive.png" />
<meta property="og:url" content="https://www.urf.today" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image">
<!--<meta name="twitter:site" content="@your_twitter_handle">-->
<meta name="twitter:title" content="Is NA URF live?">
<meta name="twitter:description" content="A website which shows the current status of NA URF.">
<meta name="twitter:image" content="assets/png/urflive.png">
<link rel="icon" href="assets/ico/urflive.ico" type="image/x-icon">
<style>
body, html {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
body {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: left;
text-align: left;
background: url('assets/jpg/background.jpg') no-repeat center center fixed;
background-size: cover;
color: #fff;
}
#answer {
font-size: 20em; /* Extremely large size */
font-weight: bold;
font-family: 'Comic Sans MS', 'Comic Sans', cursive, sans-serif; /* Ensure Comic Sans is used */
text-shadow: 6px 6px 8px #000; /* More pronounced shadow */
color: #9B1B30;
}
#response {
font-size: 3em;
align-self: flex-end;
font-family: 'Comic Sans MS', 'Comic Sans', cursive, sans-serif;
text-shadow: 2px 2px 3px #000;
color: lightgray; /* Different bright color */
}
</style>
</head>
<body>
<div id="answer">NO</div>
<div id="response">>:(</div>
</body>
</html>