-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 1003 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=https://gravatar.com/starlightthoughtfullyb96b9f1f48">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Redirecting...</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: Arial, sans-serif;
background-color: #f4f4f4;
}
.message {
text-align: center;
}
.message h1 {
color: #333;
}
.message p {
color: #555;
}
</style>
</head>
<body>
<div class="message">
<h1>Redirecting...</h1>
<p>You will be redirected in 1 second.</p>
<p>If you are not redirected, <a href="https://gravatar.com/starlightthoughtfullyb96b9f1f48">click here</a>.</p>
</div>
</body>
</html>