You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
		
		
		
		
		
			
		
			
				
					
					
						
							38 lines
						
					
					
						
							1.2 KiB
						
					
					
				
			
		
		
	
	
							38 lines
						
					
					
						
							1.2 KiB
						
					
					
				<!DOCTYPE html> | 
						|
<html lang="fr" class="html-index"> | 
						|
 | 
						|
<head> | 
						|
  <meta charset="UTF-8" /> | 
						|
  <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | 
						|
  <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | 
						|
  <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=Inter:wght@500&display=swap" rel="stylesheet" /> | 
						|
  <script src="https://code.jquery.com/jquery-3.7.1.min.js" | 
						|
    integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script> | 
						|
  <script type="module" src="/scripts/main.js" defer></script> | 
						|
  <link rel="stylesheet" href="/css/auth.css" /> | 
						|
  <link rel="icon" href="img/logo.png" /> | 
						|
  <title>SpaceTraders</title> | 
						|
</head> | 
						|
 | 
						|
<body> | 
						|
  <main> | 
						|
    <div className="container-auth"> | 
						|
      <h1>Connexion</h1> | 
						|
      <h2 id="error"> | 
						|
        <h2> | 
						|
 | 
						|
          <div className="input-auth"> | 
						|
            <label>TOKEN</label> | 
						|
            <input type="text" id="input-token" /> | 
						|
          </div> | 
						|
 | 
						|
          <button id="btn-login">Connexion</button> | 
						|
 | 
						|
          <a href="/register.html">S'inscrire</a> | 
						|
    </div> | 
						|
  </main> | 
						|
</body> | 
						|
 | 
						|
</html> |