Site :
- 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:
@ -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>
|
||||
|
Reference in New Issue
Block a user