1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-23 10:24:24 +04:00
Files
tabler/demo/components.html
2020-04-11 22:37:19 +02:00

12 lines
346 B
HTML

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