← Back
Editing: index2.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <title>SmaSIB</title> </head> <frameset rows="150,*"> <frame name="testata" src="testata.php" /> <frame name="corpo" src="sito.php" /> <noframes> </noframes> </frameset> </html>
Save File
Cancel