RetroZilla/extensions/venkman/resources/content/venkman-output-window.html

22 lines
531 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<script>
var css = "chrome://venkman/skin/venkman-output-default.css";
if (document.location.search)
css = document.location.search.substr(1);
document.write ("<LINK REL=StyleSheet HREF='" + css +
"' TYPE='text/css' MEDIA='screen'>");
</script>
</head>
<body id="venkman-session-body">
<table border="0" cellpadding="0" cellspacing="0" id="session-output-table">
</table>
</body>
</html>