added doctype and html tag

This commit is contained in:
Mystikfluu 2022-06-02 16:42:55 +02:00
parent 89a44cf837
commit 98ea1c7e3a
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="/css/logon.css">
<link rel="stylesheet" href="/css/global.css">
@ -49,3 +51,5 @@
Are you a developer that wants to work with our API? You can find the documentation &nbsp <a href="/api/documentation/">here</a>
</footer>
</body>
</html>

View File

@ -1,3 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="/css/logon.css">
<script type="text/javascript">
@ -30,3 +32,5 @@
</footer>
</body>
</html>

View File

@ -1,3 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="/css/logon.css">
<script type="text/javascript">
@ -30,3 +32,5 @@
</footer>
</body>
</html>