Corrected HTML

This commit is contained in:
TechEmporium 2019-06-30 17:56:55 -04:00
parent be2bf9275b
commit 0eec566185
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ print "<!DOCTYPE html>
<body>";
echo ( shell_exec("/usr/bin/pandoc includes/header.md") );
print "<hr/>
print "<hr>
<div id='body' style='width: 90%;'>
<div id='sidebar' style='width: 20%;float:left;'>";
echo ( shell_exec("/usr/bin/pandoc includes/sidebar.md") );
@ -25,7 +25,7 @@ print " </div>
echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );
print " </div><hr/>
print " </div><hr>
</div>
<div id='footer' style='clear:both;'>";