ToolJet/docs/static/index.html

19 lines
392 B
HTML
Raw Normal View History

<!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/';
</script>
<title>ToolJet - Documentation</title>
</head>
<body>
If you are not redirected automatically, follow this
<a href="/docs/">link</a>.
</body>
2022-05-02 15:09:05 +00:00
</html>