mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 12:04:20 +00:00
30 lines
1.1 KiB
HTML
30 lines
1.1 KiB
HTML
|
<!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>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|