SQLite HTML The value is not stored in the database
I’m now making a code in HTML that saves the value in the database when you type it in input.
However, if you enter a value in the input and press the button, the value should be stored in the users table in the user.db file, but it does not work.
I made the server Glitch and I saved the HTML file on my computer.