21 lines
698 B
HTML
21 lines
698 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="icon" href="//api.gzod01.fr/pictures/gzod01.ico">
|
|
<link rel="stylesheet" href="//api.gzod01.fr/css/style.css">
|
|
<script src="//api.gzod01.fr/scripts/main.js"></script>
|
|
<title>fractal/index.html</title>
|
|
</head>
|
|
<body>
|
|
<div id="header"></div>
|
|
<div class=content>
|
|
<div class=fullcentered>
|
|
<a href="dashboard">Go to your dashboard (you need to create an account and a base in the game before)</a>
|
|
</div>
|
|
</div>
|
|
<div id="footer"></div>
|
|
</body>
|
|
</html>
|