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