mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-24 06:33:32 +00:00
14 lines
239 B
HTML
14 lines
239 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
function init() {
|
|
document.open();
|
|
document.write(parent.leftnav.document.options.htmlStr.value);
|
|
document.close();
|
|
}
|
|
</script>
|
|
</head>
|
|
<body onload="javascript:init()">
|
|
</body>
|
|
</html>
|