mirror of
https://github.com/AtHeartEngineer/documentation.git
synced 2026-01-14 13:47:54 -05:00
19 lines
444 B
HTML
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>
|