A few minor optimizations

This commit is contained in:
Daniel Winzen
2020-10-15 19:15:23 +02:00
parent 9652d30c51
commit fe9971e979
5 changed files with 8 additions and 6 deletions

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