| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Rival Regions Tutorial</title>
- <style type="text/css">
- @font-face
- {
- font-family: STIX;
- src: url("http://127.0.0.1:5000/static/STIX2Text-Regular.woff") format("woff"),
- url("http://127.0.0.1:5000/static/STIX2Text-Regular.otf") format("truetype");
- }
- body
- {
- display: flex;
- justify-content: center;
- }
- .page
- {
- width: 500px;
- }
- h1
- {
- font-family: 'STIX', serif;
- font-weight: normal;
- font-size: 34pt;
- text-align: center;
- border-style: solid;
- border-width: 1px 0;
- }
- </style>
- </head>
- <body>
- <div class="page">
- <h1>Rival Regions Tutorial</h1>
- <p>In deze tutorial zijn de belangrijkste aspecten van het spel uitgelegd.</p>
- <h2>Downloads</h2>
- <p>
- <ul>
- <li><a href="https://rr.craftbroec.nl/tutorial/book">Book</a></li>
- <li><a href="https://rr.craftbroec.nl/tutorial/article">Article</a></li>
- </ul>
- </p>
- </div>
- </body>
- </html>
|