123456789101112131415 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>404 - Rival Regions Tutorial</title>
- <link rel="shortcut icon" href="/static/favicon.ico">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link href="/static/style.css" rel="stylesheet">
- </head>
- <body>
- <div class="page">
- <h1><a href="/">Rival Regions Tutorial</a></h1>
- <p>Pagina niet gevonden, terug naar <a href="/">home</a>.</p>
- </div>
- </body>
- </html>
|