server-json/public/index.html
2024-11-01 08:00:42 +00:00

13 lines
No EOL
214 B
HTML

<!DOCTYPE html>
<html lang="it">
<head>
</head>
<body>
<script>
window.addEventListener("load", (event) => {
window.location.href = "pub/index.html";
});
</script>
</body>
</html>