13 lines
No EOL
214 B
HTML
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> |