changed frontend design

Also added some notes
This commit is contained in:
2025-06-21 00:29:41 +02:00
parent c26a19ec7b
commit df199cf9a5
3 changed files with 133 additions and 55 deletions

View File

@@ -1,3 +1,4 @@
-- Table structure for the database
CREATE TABLE users (
id INT PRIMARY KEY AUTO_INCREMENT,
username VARCHAR(50) NOT NULL UNIQUE,