revert 6f637968bd
All checks were successful
Neutral/pipeline/head This commit looks good
All checks were successful
Neutral/pipeline/head This commit looks good
revert Version 1.0.0 - Basic Web Application
This commit is contained in:
@ -1,14 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Inventory</title>
|
||||
<title>Neutral</title>
|
||||
<link rel='stylesheet' href='/stylesheets/style.css' />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<body class="LOG_body">
|
||||
<div class=" form-box m-align t-center">
|
||||
|
||||
<div class="logo"><img class="logo-img" src="/images/FormatLogo_WHITE.svg"><p>Neutral</p></div>
|
||||
<div>
|
||||
<p>Nom d'utilisateur</p>
|
||||
<input id="username" type="text" class="field m-align">
|
||||
</div>
|
||||
<div>
|
||||
<p>Mot de passe</p>
|
||||
<input id="password" type="password" class="field m-align">
|
||||
</div>
|
||||
<p id="login-info"></p>
|
||||
<button id="submit" class="btn green m-align LOG_btn"><span><i class="fa-solid fa-right-to-bracket"></i> Connexion</span></button>
|
||||
<p style="font-size: 12px;">Version : <%- version %></p>
|
||||
<p style="font-size: 12px;">Panel d'administration</p>
|
||||
<a href="https://raphix.fr" style="font-size: 12px;">Revenir sur raphix.fr</a>
|
||||
</div>
|
||||
|
||||
<script defer="" src="https://use.fontawesome.com/releases/v6.4.2/js/all.js" crossorigin="anonymous"></script>
|
||||
|
||||
<script src="/javascripts/basics.js"></script>
|
||||
<script src="/javascripts/loginscript.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user