- remove addEventListener in ./main.js (the one to test notifications)
- Started log in
- Added function on "login" button for open login div
- In login div, send request when we press button
- add variable for know if websocket is connected and used it for don t send something if not connected
Notification system (client)
- created new class notification who can use with exported variable "createNotification"
- available methods : info, success, warning, error
- add "todo" in main file
Site
- add new stylesheet "notification.css"