1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00
Files
tabler/demo/components/index.html
2020-01-30 00:05:03 +01:00

12 lines
410 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="../components.html">
<meta http-equiv="refresh" content="0; url=../components.html">
<meta name="robots" content="noindex">
<noscript><a href="../components.html">Click here if you are not redirected.</a></noscript>
<script>
location="../components.html";
</script>
</html>