Files
2020-01-15 18:16:45 +02:00

14 lines
419 B
HTML

<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=docs/getting-started">
<script type="text/javascript">
window.location.href = 'docs/getting-started';
</script>
<title>Your Site Title Here</title>
</head>
<body>
If you are not redirected automatically, follow this <a href="docs/getting-started">link</a>.
</body>
</html>