keet
Version:
Minimalist view layer for the web
14 lines • 417 B
HTML
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=docs/intro.html">
<script type="text/javascript">
window.location.href = 'docs/intro.html';
</script>
<title>Your Site Title Here</title>
</head>
<body>
If you are not redirected automatically, follow this <a href="docs/intro.html">link</a>.
</body>
</html>