2018-01-25 14:24:17 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Index - RYG</title>
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"
|
|
|
|
integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
|
|
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='royal.css') }}">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<h1>
|
|
|
|
Royal Games
|
|
|
|
</h1>
|
|
|
|
<p>
|
|
|
|
Prima o poi, qui ci sarà un sito bellissimo.
|
|
|
|
Molto poi che prima, secondo me.
|
|
|
|
Probabilmente farà prima ad uscire Half-Life 3 che il sito della Royal Games, ma almeno l'intenzione c'è.
|
|
|
|
</p>
|
|
|
|
<div>
|
|
|
|
Queste sono le pagine che sono più o meno finite:
|
|
|
|
<ul>
|
|
|
|
<li><a href="/leaderboards">Classifiche di vari giochi</a></li>
|
|
|
|
<li><a href="/diario">Diario Royal Games</a></li>
|
2018-02-14 10:37:57 +00:00
|
|
|
<li><a href="/challenge/1">Sfida 1</a></li>
|
2018-01-25 14:24:17 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|