Show test.html syntax highlighted
<html>
<head>
<title>Test</title>
<link type="text/css" src="crap">
<meta crap=1>
<script language="javascript" type="text/javascript">
<!--
function break_security()
{
}
// -->
</script>
</head>
<body onunload="break_security()" bgcolor="white">
<h1 onmouseover="break_security()">Crap</h1>
<a href="http://www.google.com">This is a link</a>
<h2 onmouseclick="break_security()">Crap</h2>
<object src="crap.class">
<var name="a" value="b">
</object>
<img src="/some_naked_people.jpg">
<p class="cool">Stuff</p>
</body>
</html>
See more files for this project here