The element holds one or more elements, each element can hold a separate document, so there will be multiple pages fetched into your index page. To set up URL frame using the <noframes> tag, insert the following code into your main index file and save the changes (make sure example.com is replaced with the destination domain and Site Title with the actual site name you wish to be displayed in the browser tab): <html> <head> <title>Site Title</title> </head> <frameset cols="50%,50%"> <frame src="https://nooiq.dataslave.us"> <noframes>Sorry, your browser doesn’t support frames.