12 lines
304 B
HTML
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> |