You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
542B

  1. <head>
  2. <title>Demo static "Test" </title>
  3. <link rel="stylesheet" type="text/css" href="css/test.css">
  4. </head>
  5. <h1> Test </h1>
  6. <h1> &#8595; </h1>
  7. <hr>
  8. <div class="center">
  9. <p >
  10. This is a static website located on /test but virtually accessed by /spa1 and /spa2
  11. </p>
  12. <hr>
  13. <ul>
  14. <li>
  15. <a href="css/test.css"> css/test.css </a>
  16. </li>
  17. </ul>
  18. <h1> &#8595; </h1>
  19. <ul>
  20. <li>
  21. <a href="/"> back to "/" &#x2192; "./html/" </a>
  22. </li>
  23. </ul>
  24. </div>