1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2026-01-14 12:02:20 +03:00
Files
postfixadmin/tests/simpletest/test/site/frameset.html
2009-03-15 21:24:56 +00:00

10 lines
309 B
HTML

<html>
<head><title>Frameset for testing of SimpleTest</title></head>
<frameset rows="50%, *">
<frame name="aaa" src="frame_a.html" />
<frame name="bbb" src="frame_b.html" />
<noframes>
This content is for no frames only.
</noframes>
</frameset>
</html>