BrowzOS/games/madness.html

21 lines
886 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Madness Interactive</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="The Flash game Madness Interactive.">
<style type="text/css">
body {
background-color: #000000;
color: #748DE7;
}
</style>
</head>
<body>
<div style="width:625px; height:375px; margin-left:auto; margin-right:auto; border:3px double; border-collapse: collapse;">
<script type='text/javascript'>
document.write('<object width="625" height="375"><param name="movie" value="madness.swf"><param name="quality" value="high"><embed src="madness.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="625" height="375"><\/embed><\/object>');
</script>
</div>
</body>
</html>