-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (48 loc) · 1.23 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
<!-- <!DOCTYPE html>
<html>
<head>
<title>Site Under Construction</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
text-align: center;
padding: 50px;
}
.container {
background-color: white;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 40px;
display: inline-block;
}
h1 {
color: #333;
}
p {
color: #666;
}
.notice {
color: #888;
font-size: 0.9em;
}
</style>
</head>
<body>
<div class="container">
<h1>Website Under Construction</h1>
<p>I am working hard to improve my academic homepage and it will be ready to launch soon.</p>
<p class="notice">Thank you for your patience!</p>
</div>
</body>
</html> -->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; URL='https://listar2000.github.io/personal_website_dev'" />
<title>Redirecting...</title>
</head>
<body>
<p>If you are not redirected, <a href="https://listar2000.github.io/personal_website_dev">click here</a>.</p>
</body>
</html>