fix 10.tutorial

This commit is contained in:
2026-02-12 18:37:45 +01:00
parent 60878cf770
commit 2e00cbb61c
2 changed files with 1 additions and 17 deletions

View File

@@ -77,7 +77,7 @@
`);
});
</script>
<script src="tutorial_interattivo.js"></script>
<script src="script.js"></script>
<script>
document.getElementById('btn-reset').addEventListener('click', () => {
localStorage.clear();

View File

@@ -1,16 +0,0 @@
let opzioni = {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
"username": "admin",
"password": "admin"
})
}
let res = await fetch(url, opzioni);