added doctype and html tag
This commit is contained in:
parent
89a44cf837
commit
98ea1c7e3a
@ -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   <a href="/api/documentation/">here</a>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user