add main-site
This commit is contained in:
parent
0bcf58c844
commit
0a3a77a9ff
52 changed files with 11206 additions and 0 deletions
36
main-site/fractal/dashboard.html
Normal file
36
main-site/fractal/dashboard.html
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<!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>
|
||||
Reference in a new issue