mirror of
https://github.com/ThunixdotNet/wiki.git
synced 2026-01-24 04:10:18 +00:00
Adding a css, to see how well it works
This commit is contained in:
File diff suppressed because one or more lines are too long
2
wiki.php
2
wiki.php
@@ -9,7 +9,7 @@ if ( $page == "") {
|
|||||||
print "<html>
|
print "<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Thunix Wiki - $page</title>
|
<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>
|
</head>
|
||||||
<body>";
|
<body>";
|
||||||
echo ( shell_exec("/usr/bin/pandoc includes/header.md") );
|
echo ( shell_exec("/usr/bin/pandoc includes/header.md") );
|
||||||
|
|||||||
Reference in New Issue
Block a user