mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
22 lines
531 B
HTML
22 lines
531 B
HTML
<!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>
|