-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 1.03 KB
/
index.html
File metadata and controls
40 lines (40 loc) · 1.03 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Moved</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="0; url=https://math.alsatian.co/">
<link rel="canonical" href="https://math.alsatian.co/">
<style>
body {
margin: 0;
font: 16px/1.5 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background: #fff;
color: #111;
display: grid;
place-items: center;
min-height: 100vh;
padding: 24px;
}
main {
max-width: 560px;
text-align: center;
}
a {
color: #0a58ca;
word-break: break-all;
}
</style>
<script>
location.replace("https://math.alsatian.co/" + location.pathname + location.search + location.hash);
</script>
</head>
<body>
<main>
<h1>Moved</h1>
<p>This site has moved to <a href="https://math.alsatian.co/">math.alsatian.co</a>.</p>
<p>If you are not redirected automatically, use the link above.</p>
</main>
</body>
</html>