index.html 608 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Dead Cells calculator</title>
  6. <link rel="stylesheet" href="style.css">
  7. </head>
  8. <body>
  9. <div class="navbar">
  10. <a href="https://pages.gitlab.io/plain-html/">Plain HTML Example</a>
  11. <a href="https://gitlab.com/pages/plain-html/">Repository</a>
  12. <a href="https://gitlab.com/pages/">Other Examples</a>
  13. </div>
  14. <h1>Hello World!</h1>
  15. <form>
  16. Brutality: <input type="number" name="fname"><br>
  17. Tactics: <input type="number" name="lname"><br>
  18. </form>
  19. <p>
  20. Xd
  21. </p>
  22. </body>
  23. </html>