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 index</title>
- <link rel="stylesheet" type="text/css" href="css/index.css">
- </head>
- <body>
- <h1> Static Html Site </h1>
- <hr>
- <div class="center">
- <p >
- This is a static website located on /
- </p>
-
- <ol>
- <li>
- <a href="css/index.css"> css/index.css </a>
- </li>
- <li>
- static url <a href="spa1/"> /spa1 </a> → "./html/test/"
- </li>
- <li>
- static url <a href="spa2/">/spa2 </a> → "./html/test/"
- </li>
- <li>
- static url <a href="test/">/test </a> → "./html/test/"
- </li>
-
- </ol>
- </div>
-
-
- </body>
|