- 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
This commit is contained in:
edbernar
2024-08-07 19:14:32 +02:00
parent 12fd4bb814
commit bfb31a1ae6
10 changed files with 229 additions and 44 deletions

View File

@ -8,6 +8,7 @@
<link rel='stylesheet' type='text/css' href='style/home.css'>
<link rel='stylesheet' type='text/css' href='style/liveChat.css'>
<link rel='stylesheet' type='text/css' href='style/notification.css'>
<link rel='stylesheet' type='text/css' href='style/loginPage.css'>
<script type="module" src='main.js'></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@ -17,7 +18,7 @@
<div id="divNotification">
</div>
<div id="topBar">
<p>PTME</p>
<h1>PTME</h1>
<div id="loginButton">
<p>Login</p>
</div>