You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postfixadmin/tests/simpletest/test/site/one_page_frameset.html

9 lines
252 B
HTML

<html>
<head><title>Frameset for testing of SimpleTest</title></head>
<frameset rows="*">
<frame src="network_confirm.php" />
<noframes>
This content is for no frames only.
</noframes>
</frameset>
</html>