mirror of
https://github.com/TheGreyDiamond/elevatormapRewritten.git
synced 2026-01-31 08:10:24 +01:00
Created login system
This commit is contained in:
@@ -36,6 +36,19 @@
|
||||
<div class="container-login100">
|
||||
|
||||
<div class="wrap-login100">
|
||||
<% if(it.error == true) { %>
|
||||
<div class="alert" id="alert">
|
||||
<span class="closebtn" id="closeBtn">×</span>
|
||||
<%= it.errorMessage %>
|
||||
</div>
|
||||
<script>
|
||||
$("#closeBtn").click(function () {
|
||||
$("#alert").fadeOut("slow", function () {
|
||||
// Animation complete.
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<% } %>
|
||||
<div>
|
||||
<a href="/"><i class="fas fa-arrow-left"></i> Back</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user