Clone of UAS2 @ https://github.com/drudgedance/uas2

index.html 524B

1234567891011121314151617
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <title>UAS2</title>
  6. </head>
  7. <frameset cols="250,*">
  8. <frame src="tree.html" name="treefrm"/>
  9. <frame src="main.html" name="basefrm"/>
  10. <noframes>
  11. <body>
  12. <a href="main.html">Frames are disabled. Click here to go to the main page.</a>
  13. </body>
  14. </noframes>
  15. </frameset>
  16. </html>