Files
safe/index.html

13 lines
371 B
HTML

<html>
<head><title>SAFE</title></head>
<frameset cols="180,*" border="0" framespacing="2" frameborder="0">
<frame name="mainleft" src="navframe.html" noresize="0" frameborder="0">
<frame name="mainright" src="customers.php" noresize="0" scrolling="YES" frameborder="0">
<noframes>
<body>Your browser does not support frames.<br>
</body>
</noframes>
</frameset>
</html>