mirror of
https://github.com/ethanrusz/ethanrusz
synced 2024-11-21 15:57:45 -05:00
12 lines
216 B
HTML
12 lines
216 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Redirecting to status page.</title>
|
|
<meta http-equiv="refresh" content="0; URL=https://ethanrusz.github.io/status">
|
|
</head>
|
|
</body>
|
|
|
|
</html>
|