37 lines
1.2 KiB
HTML
37 lines
1.2 KiB
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="stylesheet" href="fractaldashboard.css">
|
||
|
<script src="fractaldashboard.js"></script>
|
||
|
<title>Fractal Dashboard</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<header>
|
||
|
<div class=headerelement id=connectedas>Connected as
|
||
|
<span id=playername>MYNAME</span><img id=playerprofile/><br>
|
||
|
<span id="logout">logout</span>
|
||
|
</div>
|
||
|
</header>
|
||
|
<div id="dashboardcontent">
|
||
|
|
||
|
</div>
|
||
|
<br>
|
||
|
<footer>
|
||
|
<div class=footerleft>
|
||
|
<a href="//discord.gg/cnBCTZ37nP">Join the Discord Server</a>
|
||
|
<a href="javascript:void(0)" onclick="navigator.share({
|
||
|
title: 'FRACTAL',
|
||
|
text: 'Venez jouez avec moi à Fractal',
|
||
|
url: 'https:/\/gzod01.fr/fractal/',
|
||
|
})">Share the game</a>
|
||
|
<!--<button class=langchoose id="french"></button><button class="langchoose" id="english"></button>-->
|
||
|
</div>
|
||
|
<div class="footerright">
|
||
|
<a href="javascript:'Game In development'">Buy the game</a>
|
||
|
</div>
|
||
|
</footer>
|
||
|
</body>
|