mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-27 06:35:52 -05:00
15 lines
486 B
HTML
15 lines
486 B
HTML
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Redirecting...</title>
|
|
<link rel="canonical" href="../ref/integration/web-ui/">
|
|
<script>var anchor=window.location.hash.substr(1);location.href="../ref/integration/web-ui/"+(anchor?"#"+anchor:"")</script>
|
|
<meta http-equiv="refresh" content="0; url=../ref/integration/web-ui/">
|
|
</head>
|
|
<body>
|
|
You're being redirected to a <a href="../ref/integration/web-ui/">new destination</a>.
|
|
</body>
|
|
</html>
|