-
Notifications
You must be signed in to change notification settings - Fork 7
/
dark.html
38 lines (38 loc) · 1.2 KB
/
dark.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>OnlineRespring</title>
<meta charset="utf-8">
<meta http-equiv="refresh" content="5; URL=http://cloudftl.github.io/OnlineRespring">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon-precomposed" href="addtohomescreen/icon.jpg">
<link rel="icon" type="image/jpg" href="addtohomescreen/icon.jpg">
<link rel="shortcut icon" href="addtohomescreen/icon.ico">
<script>
localStorage.setItem("last used mode", "dark mode");
</script>
<style>
@import url("https://fonts.googleapis.com/css?family=Montserrat+Alternates");
body {
background-color: #111111;
font-family: 'Montserrat Alternates', sans-serif;
}
a {
color: #FFFFFF;
cursor: pointer;
text-decoration: none;
}
@media (min-device-width: 480px) {
a {
bottom: 50%;
font-size: 20px;
margin-right: -236px;
position: absolute;
right: 50%;
width: 472px;
}
}
</style>
</head>
<body><center><a href="http://cloudftl.github.io/OnlineRespring">We included the dark mode in our main page.<br>Click <u>here</u> to get back to the main page.</a></center></body>
</html>