Add <!DOCTYPE html>

This commit is contained in:
Dieter Blocher
2025-01-30 08:10:22 +00:00
parent 1b1addfa42
commit 366fd3311d
5 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>

View File

@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>

View File

@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>

View File

@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>

View File

@@ -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>