This commit is contained in:
Daniel Winzen
2020-10-16 21:20:41 +02:00
parent 6f5f808a9b
commit 87a4dfbba7

View File

@ -1,6 +1,6 @@
<?php <?php
require_once(__DIR__.'/../common_config.php'); require_once(__DIR__.'/../common_config.php');
$style = '.red{color:red} .green{color:green}'; $style = '.red{color:red} .green{color:green} .software-link{text-align:center;font-size:small}';
send_headers([$style]); send_headers([$style]);
echo '<!DOCTYPE html><html><head>'; echo '<!DOCTYPE html><html><head>';
echo "<title>$I[testtitle]</title>"; echo "<title>$I[testtitle]</title>";