provapraticafrontend/index.html
AV77web 722eae8a98
Some checks failed
Deploy to VPS / build (push) Successful in 19s
Deploy to VPS / deploy (push) Failing after 2s
primo commit
2026-06-09 12:25:37 +02:00

13 lines
365 B
HTML

<!doctype html>
<html lang="it">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Prova Pratica</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>