index.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Rival Regions Tutorial</title>
  5. <style type="text/css">
  6. @font-face
  7. {
  8. font-family: STIX;
  9. src: url("http://127.0.0.1:5000/static/STIX2Text-Regular.woff") format("woff"),
  10. url("http://127.0.0.1:5000/static/STIX2Text-Regular.otf") format("truetype");
  11. }
  12. body
  13. {
  14. display: flex;
  15. justify-content: center;
  16. }
  17. .page
  18. {
  19. width: 500px;
  20. }
  21. h1
  22. {
  23. font-family: 'STIX', serif;
  24. font-weight: normal;
  25. font-size: 34pt;
  26. text-align: center;
  27. border-style: solid;
  28. border-width: 1px 0;
  29. }
  30. </style>
  31. </head>
  32. <body>
  33. <div class="page">
  34. <h1>Rival Regions Tutorial</h1>
  35. <p>In deze tutorial zijn de belangrijkste aspecten van het spel uitgelegd.</p>
  36. <h2>Downloads</h2>
  37. <p>
  38. <ul>
  39. <li><a href="https://rr.craftbroec.nl/tutorial/book">Book</a></li>
  40. <li><a href="https://rr.craftbroec.nl/tutorial/article">Article</a></li>
  41. </ul>
  42. </p>
  43. </div>
  44. </body>
  45. </html>