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.

33 line
673B

  1. <head>
  2. <title>Demo static index</title>
  3. <link rel="stylesheet" type="text/css" href="css/index.css">
  4. </head>
  5. <body>
  6. <h1> Static Html Site </h1>
  7. <hr>
  8. <div class="center">
  9. <p >
  10. This is a static website located on /
  11. </p>
  12. <ol>
  13. <li>
  14. <a href="css/index.css"> css/index.css </a>
  15. </li>
  16. <li>
  17. static url <a href="spa1/"> /spa1 </a> &#x2192; "./html/test/"
  18. </li>
  19. <li>
  20. static url <a href="spa2/">/spa2 </a> &#x2192; "./html/test/"
  21. </li>
  22. <li>
  23. static url <a href="test/">/test </a> &#x2192; "./html/test/"
  24. </li>
  25. </ol>
  26. </div>
  27. </body>