mirror of
https://github.com/ThunixdotNet/wiki.git
synced 2026-03-21 18:50:20 +00:00
Adding a more non-relative link to css
This commit is contained in:
2
wiki.php
2
wiki.php
@@ -10,7 +10,7 @@ print "<!DOCTYPE html>
|
|||||||
<html lang='en'>
|
<html lang='en'>
|
||||||
<head>
|
<head>
|
||||||
<title>Thunix Wiki - $page</title>
|
<title>Thunix Wiki - $page</title>
|
||||||
<link rel='stylesheet' type='text/css' href='includes/site.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