Skip to content

Instantly share code, notes, and snippets.

@evilpie
Created June 4, 2012 18:51
Show Gist options
  • Save evilpie/2870157 to your computer and use it in GitHub Desktop.
Save evilpie/2870157 to your computer and use it in GitHub Desktop.
<html>
<head>
<link rel="stylesheet" type="text/css" href="test3.php">
</head>
<body>
<span>This is a test</span>
</body>
</html>
<?php
header("X-Content-Type-Options: nosniff");
header("Content-Type:\n");
?>
span {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment