37 lines
1.3 KiB
HTML
37 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link href="./css/header.css" rel="stylesheet">
|
|
<title>BEST PONG EVER</title>
|
|
<script src="./js/login.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<div class="box menu"> <p class="userTxt">Menu</p> </div>
|
|
<div class="box headerName">
|
|
<p class="center pong">PONG</p>
|
|
</div>
|
|
<div class="box username">
|
|
<p class="userTxt">UserName</p>
|
|
<img class="pp center" src="./img/pp.jpg" alt="profile picture">
|
|
</div>
|
|
</div>
|
|
<div class ="login">
|
|
|
|
<form id="loginForm" method="post" name="login" action="/api/login" class ="loginForm">
|
|
<p class="loginHere">Login Here</p>
|
|
<input type="text" name="login" placeholder="login">
|
|
<input type="text" name="password" placeholder="password">
|
|
<button class="submit" onclick="login()">LOGIN</button>
|
|
</form>
|
|
</div>
|
|
<footer>
|
|
<p>@apommier | apommier@student.42.fr</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Rubik+Iso&display=swap" rel="stylesheet"> |