index.shtml 322 B

1234567891011121314
  1. <html>
  2. <head>
  3. <title> SSI Test </title>
  4. </head>
  5. <body>
  6. <h1> SSI Test</h1>
  7. <font size=\"+2\">The <b>index.html</b> page embedded in the following page</font>
  8. <br/><br/>
  9. <a href="javascript:history.go(-1);">Go back to root</a>
  10. <hr>
  11. <!--#include virtual="/index.html" -->
  12. </body>
  13. </html>