This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
OLD-GZod01.fr_Source_Code-OLD/main-site/fractal/dashboard.html

37 lines
1.2 KiB
HTML
Raw Normal View History

2023-03-25 09:29:34 +00:00
<!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>