mirror of https://github.com/cirruslabs/tart.git
15 lines
454 B
HTML
15 lines
454 B
HTML
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Redirecting...</title>
|
|
<link rel="canonical" href="../../quick-start/">
|
|
<script>var anchor=window.location.hash.substr(1);location.href="../../quick-start/"+(anchor?"#"+anchor:"")</script>
|
|
<meta http-equiv="refresh" content="0; url=../../quick-start/">
|
|
</head>
|
|
<body>
|
|
You're being redirected to a <a href="../../quick-start/">new destination</a>.
|
|
</body>
|
|
</html>
|