mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01:00
21 lines
414 B
HTML
21 lines
414 B
HTML
<HTML>
|
|
<HEAD>
|
|
<META NAME="GENERATOR" Content="Microsoft Developer Studio">
|
|
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<TITLE>Document Title</TITLE>
|
|
</HEAD>
|
|
|
|
<script>
|
|
var value = "should ";
|
|
</script>
|
|
<!-- Insert HTML here -->
|
|
<iframe>
|
|
<script language="javascript"> value += "not ";</script>
|
|
</iframe>
|
|
<script>
|
|
value += "see this content";
|
|
document.write(value);
|
|
</script>
|
|
|
|
</HTML>
|