You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2026-01-14 12:02:20 +03:00
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@581 a1433add-5e2c-0410-b055-b7f2511e0802
10 lines
327 B
HTML
10 lines
327 B
HTML
<html>
|
|
<head><title>Nested frameset for testing of SimpleTest</title></head>
|
|
<frameset rows="50%, *">
|
|
<frame name="pair" src="frameset.html" />
|
|
<frame name="messy" src="messy_frameset.html" />
|
|
<noframes>
|
|
This content is for no frames only.
|
|
</noframes>
|
|
</frameset>
|
|
</html> |