Add Admin view + reorganize files
This commit is contained in:
@@ -3,19 +3,19 @@
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
||||
<title>Poker PAF</title>
|
||||
<title>Accueil -PokerPaf</title>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
||||
<link rel='stylesheet' type='text/css' media='screen' href='css/Index.css'>
|
||||
<link rel='stylesheet' type='text/css' media='screen' href='css/index.css'>
|
||||
</head>
|
||||
<body>
|
||||
<div class="welcome-container">
|
||||
<h1>Welcome to Poker PAF</h1>
|
||||
<button onclick="window.location.href='Html/Config.html'">Créer une partie</button><br><br>
|
||||
<button onclick="window.location.href='config.html'">Créer une partie</button><br><br>
|
||||
|
||||
<h2>Parties en cours :</h2>
|
||||
<div id="games_list">
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script src="Js/Index.js"></script>
|
||||
<script src="js/index.js"></script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user