ToolJet/docs/static/index.html

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