ToolJet/docs/static/index.html
2021-05-09 08:51:07 +05:30

18 lines
No EOL
436 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="refresh"
content="0; url=docs/id-of-doc-to-land-on.html"
/>
<script type="text/javascript">
window.location.href = 'docs/intro';
</script>
<title>ToolJet - Documentation</title>
</head>
<body>
If you are not redirected automatically, follow this
<a href="docs/intro">link</a>.
</body>
</html>