Css fix
This commit is contained in:
@ -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>";
|
||||||
|
Reference in New Issue
Block a user