Files
documentation/website/static/index.html
2020-05-30 23:41:49 -04:00

19 lines
444 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>