ToolJet/docs/static/index.html
2022-12-26 12:17:29 +05:30

21 lines
No EOL
473 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" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
</pre>
</li>
<script type="text/javascript">
window.location.href = '/docs/';
</script>
<title>ToolJet</title>
</head>
<body>
If you are not redirected automatically, follow this
<a href="/docs/">link</a>.
</body>
</html>