diff options
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/index.php b/index.php new file mode 100644 index 0000000..99a8458 --- /dev/null +++ b/index.php @@ -0,0 +1,30 @@ +<!doctype html> +<html> +<head> + <meta charset="utf-8"> + <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> + <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> + <style> + <?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>'; + } + ?> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel='shortcut icon' href='../tools/favicon.ico' type='image/x-icon'> +</head> +<body> + <?php require("../tools/navbar.php"); ?> +<div class="container"> + <div class="text-center"> + <div class="row"> + + </div> + </div> + </div> + + <?php require("../tools/footer.php"); ?> |
