index.html 632 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="generator" content="GitLab Pages">
  6. <title>Plain HTML site using GitLab Pages</title>
  7. <link rel="stylesheet" href="style.css">
  8. </head>
  9. <body>
  10. <div class="navbar">
  11. <a href="https://pages.gitlab.io/plain-html/">Plain HTML Example</a>
  12. <a href="https://gitlab.com/pages/plain-html/">Repository</a>
  13. <a href="https://gitlab.com/pages/">Other Examples</a>
  14. </div>
  15. <h1>Hello World!</h1>
  16. <p>
  17. This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
  18. </p>
  19. </body>
  20. </html>