Files
2026-07-05 02:38:01 +00:00

12 lines
304 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=./lit-showcase/index.html" />
<script>
window.location.replace("./lit-showcase/index.html");
</script>
</head>
<body>
Redirecting to <a href="./lit-showcase/index.html">Lit Web Components Showcase</a>...
</body>
</html>