30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Subsonics - Login</title>
|
|
<link rel='stylesheet' href='/stylesheets/style.css'/>
|
|
</head>
|
|
<body>
|
|
<div class="LOGIN_box">
|
|
<div class="LOGIN_title">
|
|
<img class="LOGIN_logopng" src="/images/logo.png">
|
|
<img src="/images/title.png">
|
|
</div>
|
|
<h2 class="LOGIN_Connexion">Connexion</h2>
|
|
<%- login %>
|
|
<button class="LOGIN_DiscordBtn" id="loginBtn"><img src="/images/discord-logo-white.png"></button>
|
|
|
|
|
|
<p style="padding: 20px;">Fait avec le 💖 par Raphix</p>
|
|
<div style="font-size: 12px;"><%- version %></div>
|
|
</div>
|
|
|
|
<script src="/socket.io/socket.io.js"></script>
|
|
<script src="/javascript/IO.js"></script>
|
|
<script src="/javascript/__login_script.js"></script>
|
|
<script defer src="https://use.fontawesome.com/releases/v6.4.2/js/all.js" crossorigin="anonymous"></script>
|
|
|
|
</body>
|
|
</html> |