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.
|
- <head>
- <title>Demo static "Test" </title>
- <link rel="stylesheet" type="text/css" href="css/test.css">
- </head>
- <h1> Test </h1>
- <h1> ↓ </h1>
-
- <hr>
- <div class="center">
- <p >
- This is a static website located on /test but virtually accessed by /spa1 and /spa2
- </p>
-
- <hr>
-
- <ul>
- <li>
- <a href="css/test.css"> css/test.css </a>
- </li>
- </ul>
- <h1> ↓ </h1>
- <ul>
- <li>
- <a href="/"> back to "/" → "./html/" </a>
- </li>
- </ul>
- </div>
-
-
|