HTML standard mode (-quirks mode)

This commit is contained in:
Bofh 2022-12-15 16:20:15 +01:00
parent 53baa7f968
commit 1fa4f2c56e
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<?php require 'base.php' ?> <?php require 'base.php' ?>
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>Soselo - Panel</title> <title>Soselo - Panel</title>

View File

@ -19,6 +19,7 @@ if (isset($_POST['username']) && isset($_POST['password']))
die; die;
} }
?> ?>
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>Soselo - Login</title> <title>Soselo - Login</title>