index.html 308 B

12345678910
  1. <http>
  2. <link rel="stylesheet" href="index.css">
  3. <body>
  4. <H1>Simple server demo</H1>
  5. If you see this page, it demonstrates that the simple server demo serves the
  6. <span class="important">index.html</span> page. <p>
  7. If it shows index.html in a
  8. different style, it means the css is loaded as well.
  9. </body>
  10. </http>