diff options
| author | root | 2014-11-27 15:55:25 +0100 |
|---|---|---|
| committer | root | 2014-11-27 15:55:25 +0100 |
| commit | 4f923b809b4e38e0639e253f428fb6c4df03ee67 (patch) | |
| tree | 20d9d9ad9dae0316dad27358b4239b6f18f80e87 /index.php | |
| parent | 311ad398e06cd2eba270ea70ca5a326d03b490f9 (diff) | |
| download | tools.iamfabulous.de-4f923b809b4e38e0639e253f428fb6c4df03ee67.tar.gz | |
More structured + better UI
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -8,12 +8,7 @@ <?php echo file_get_contents("./tools/style.css"); ?> </style> <noscript><style>.navbar{margin-bottom:0;}</style></noscript> - <?php if ( ! $set) { ?> - <title>Check HTTP Headers online!</title> - <?php } else { - echo '<title>Header: ' . htmlentities($_REQUEST['url']) .'</title>'; - } - ?> + <title>Tools | iamfabulous.de</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel='shortcut icon' href='../tools/favicon.ico' type='image/x-icon'> </head> |
