Bugfix and minor improvements

This commit is contained in:
Daniel Winzen
2016-09-28 20:51:43 +02:00
parent 08f666941e
commit 2e8f51080c
4 changed files with 12 additions and 7 deletions

View File

@ -26,6 +26,7 @@ include('common_config.php');
echo '<!DOCTYPE html><html><head>';
echo "<title>Daniel - $I[testtitle]</title>";
echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
echo '<meta name=viewport content="width=device-width, initial-scale=1">';
echo '<style type="text/css">.red{color:red;} .green{color:green;}</style>';
echo '</head><body>';
echo '<h2>Online-Test</h2>';