diff options
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> |
