Start using the new HTML5/CSS code.

This commit is contained in:
Darren 'Tadgy' Austin 2024-08-10 23:10:01 +01:00
commit c23c0987af
30 changed files with 1023 additions and 1637 deletions

View file

@ -1,14 +1,14 @@
<head>
<?php if ($light) { ?>
<head>
<?php if ($_COOKIE['theme'] == "light") { ?>
<link rel="stylesheet" href="/html/light.css" type="text/css">
<?php } else { ?>
<?php } else { ?>
<link rel="stylesheet" href="/html/dark.css" type="text/css">
<?php } ?>
<link rel="shortcut icon" href="/html/favicon.ico">
<meta name="author" content="Darren 'Tadgy' Austin">
<meta name="description" content="<?php print ($description); ?>">
<meta name="keywords" content="<?php print ($keywords); ?>">
<meta name="google-site-verification" content="NrTA5svYU1fXFm6RMVkVvsCXF84mkwfKTckHfsTUyVM">
<meta name="msvalidate.01" content="9E9AFC7E738EB5E9FF87F0EEBE1BDE8A">
<?php print ("<title>" . $titleprefix . $title . "</title>" . "\n"); ?>
</head>
<?php } ?>
<link rel="shortcut icon" href="/html/favicon.ico">
<meta name="author" content="Darren 'Tadgy' Austin">
<meta name="description" content="<?php print ($description); ?>">
<meta name="keywords" content="<?php print ($keywords); ?>">
<meta name="google-site-verification" content="NrTA5svYU1fXFm6RMVkVvsCXF84mkwfKTckHfsTUyVM">
<meta name="msvalidate.01" content="9E9AFC7E738EB5E9FF87F0EEBE1BDE8A">
<title><?php print ($titleprefix . $title); ?></title>
</head>