Adding a css, to see how well it works

This commit is contained in:
Ubergeek 2019-06-28 23:06:33 +00:00
parent 3261476faf
commit 70bba8ddb3
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@ if ( $page == "") {
print "<html>
<head>
<title>Thunix Wiki - $page</title>
<link rel='stylesheet' type='text/css' href='includes/theme.css'>
<link rel='stylesheet' type='text/css' href='includes/site.css'>
</head>
<body>";
echo ( shell_exec("/usr/bin/pandoc includes/header.md") );