teleport/docs/index.html

16 lines
324 B
HTML

<!--
This index file is served when a user hits /teleport/docs
It redirects the browser to the latest version's QuickStart
-->
<html>
<head>
<meta http-equiv="Refresh" content="0; url=quickstart" />
</head>
<body>
<a href="quickstart">Teleport QuickStart Guide</a>
</body>
</html>