Add <!DOCTYPE html>
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
@@ -6,8 +7,8 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<audio src="./sounds/background-electro.mp3" autoplay loop></audio>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<audio src="/sounds/background-electro.mp3" autoplay="" loop=""></audio>
|
|
||||||
<form id="login-form">
|
<form id="login-form">
|
||||||
<div class="login-div"><img src="./pictures/background02.png"><img id="login-hint"
|
<div class="login-div"><img src="./pictures/background02.png"><img id="login-hint"
|
||||||
src="./pictures/background03-cropped.png" style="visibility: hidden;">
|
src="./pictures/background03-cropped.png" style="visibility: hidden;">
|
||||||
@@ -15,7 +16,7 @@
|
|||||||
placeholder="Enter Username here..."><input class="login-mask" type="password" name="password"
|
placeholder="Enter Username here..."><input class="login-mask" type="password" name="password"
|
||||||
id="password" placeholder="Enter Password here..."><button id="login-button"
|
id="password" placeholder="Enter Password here..."><button id="login-button"
|
||||||
type="submit">Ok!</button>
|
type="submit">Ok!</button>
|
||||||
<div class="visible" id="credentials-error">Wrong credentials!</div>
|
<div class="hidden" id="credentials-error">Wrong credentials!</div>
|
||||||
</div>
|
</div>
|
||||||
<h3>Enter your credentials...</h3>
|
<h3>Enter your credentials...</h3>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user