Commit new slackware.uk content (with themes).

This commit is contained in:
Darren 'Tadgy' Austin 2022-08-30 02:02:52 +01:00
commit e06c1db9cb
54 changed files with 1457 additions and 2572 deletions

14
html/includes/head.php Normal file
View file

@ -0,0 +1,14 @@
<head>
<?php if ($light) { ?>
<link rel="stylesheet" href="/html/light.css" type="text/css">
<?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>