-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathredirect.html
48 lines (40 loc) · 949 Bytes
/
redirect.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
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<!-- <meta http-equiv="refresh" content="2; url='https://khanalytics.bhavjit.com'" /> -->
<style>
html,
body {
margin: 0;
padding: 0;
}
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #14bf95;
color: white;
}
div {
text-align: center;
}
a {
color: white;
}
h1 {
font-size: xx-large;
}
h2 {
font-weight: 500;
}
</style>
</head>
<body>
<div>
<h1>Moved to <a href="https://khanalytics.bhavjit.com" target="_blank">khanalytics.bhavjit.com</a>.</h1>
<!-- <h2>Redirecting...</h2> -->
</div>
</body>
</html>