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' ?>
<!DOCTYPE html>
<html>
<head>
<title>Soselo - Panel</title>

View File

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