Edit: Revamp using Ace editor (ace.c9.io).

This commit is contained in:
reliberate
2016-02-24 12:28:35 -07:00
parent 9b2d02a569
commit 5456e2d837
41 changed files with 611 additions and 936 deletions

View File

@@ -31,7 +31,7 @@
echo "<html>";
echo "<head>";
echo "<title></title>";
echo "<title>".$title."</title>";
//echo "<link href='style.css' rel='stylesheet' type='text/css'>";
echo "<style type='text/css'>";
echo "<!--\n";
@@ -82,7 +82,7 @@ echo "}\n";
echo "//-->\n";
echo "</SCRIPT>";
echo "</head>";
echo "<body>";
echo "<body style='margin: 0; padding: 5px;'>";
echo "<div align='center'>";
?>