login page fixes
This commit is contained in:
parent
e63e6c2c1e
commit
73afeee79b
|
@ -1,6 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
@ -31,9 +30,10 @@
|
|||
<div class="login-title">
|
||||
<h3>POS Diagnostic Assist</h3>
|
||||
<span id="version"></span>
|
||||
<!-- <p class="login-title"> <br> </p> -->
|
||||
<!-- <p class="login-title"> <br> </p> -->
|
||||
</div>
|
||||
|
||||
|
||||
<form class="login" action="/auth" method="post">
|
||||
<% if (message) { %>
|
||||
<div class="error-message">
|
||||
|
@ -62,16 +62,17 @@
|
|||
|
||||
|
||||
|
||||
<div class="social-login">
|
||||
|
||||
<img class="logo" src="/images/favicon/favicon.ico" alt="" sizes="20px">
|
||||
<h3>SERVICE VOLGA</h3>
|
||||
<div class="social-icons">
|
||||
<a href="#" class="social-login__icon fab fa-instagram"></a>
|
||||
<a href="#" class="social-login__icon fab fa-facebook"></a>
|
||||
<a href="#" class="social-login__icon fab fa-twitter"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="social-login">
|
||||
|
||||
<img class="logo" src="/images/favicon/favicon.ico" alt="" sizes="20px" >
|
||||
<h3>SERVICE VOLGA</h3>
|
||||
<div class="social-icons">
|
||||
<a href="#" class="social-login__icon fab fa-instagram"></a>
|
||||
<a href="#" class="social-login__icon fab fa-facebook"></a>
|
||||
<a href="#" class="social-login__icon fab fa-twitter"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="screen__background">
|
||||
<span class="screen__background__shape screen__background__shape4"></span>
|
||||
|
@ -90,5 +91,4 @@
|
|||
const version = document.getElementById('version');
|
||||
version.innerText = serverEnv.version
|
||||
</script>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue