mirror of
https://github.com/benbusby/farside.git
synced 2025-03-15 11:46:32 -04:00
11 lines
252 B
HTML
11 lines
252 B
HTML
![]() |
<head>
|
||
|
<title>Farside Redirect</title>
|
||
|
<meta http-equiv="refresh" content="1; url={{ .InstanceURL }}">
|
||
|
<script>
|
||
|
history.pushState({page: 1}, "Farside Redirect");
|
||
|
</script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<span>Redirecting to {{ .InstanceURL }}...</span>
|
||
|
</body>
|