|
@@ -2,47 +2,24 @@
|
|
<html>
|
|
<html>
|
|
<head>
|
|
<head>
|
|
<title>Rival Regions Tutorial</title>
|
|
<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>
|
|
|
|
|
|
+ <link href="static/style.css" rel="stylesheet">
|
|
|
|
+ <link rel="shortcut icon" href="/static/favicon.ico">
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
<div class="page">
|
|
<div class="page">
|
|
<h1>Rival Regions Tutorial</h1>
|
|
<h1>Rival Regions Tutorial</h1>
|
|
<p>In deze tutorial zijn de belangrijkste aspecten van het spel uitgelegd.</p>
|
|
<p>In deze tutorial zijn de belangrijkste aspecten van het spel uitgelegd.</p>
|
|
<h2>Downloads</h2>
|
|
<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>
|
|
|
|
|
|
+ <ul>
|
|
|
|
+ <li><a href="/tutorial/book">Boek pdf</a></li>
|
|
|
|
+ <li><a href="/tutorial/article">Artikel pdf</a></li>
|
|
|
|
+ </ul>
|
|
|
|
+ <h2>Repository</h2>
|
|
|
|
+ <ul>
|
|
|
|
+ <li><a href="https://git.craftbroec.nl/cb/rr_tutorial">Tutorial</a></li>
|
|
|
|
+ <li><a href="https://git.craftbroec.nl/cb/rr/">Websit</a></li>
|
|
|
|
+ </ul>
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|