Add all thing to the code
something
This commit is contained in:
34
www/index.html
Normal file
34
www/index.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<script src="js/scene.js"></script>
|
||||
<script src="cordova.js"></script>
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<meta name="theme-color" content="#000000">
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<div id="sceneClock" class="scene">
|
||||
<div class="button" id="black_button"></div>
|
||||
<div class="button" id="white_button"></div>
|
||||
<h1 id="TimeWhite" class="TextClock">10:00</h1>
|
||||
<h1 id="TimeBlack" class="TextClock">10:00</h1>
|
||||
<h1 id="BlockTime" class="TextClock">temps restant Block : 03:00</h1>
|
||||
<h1 id="MoveLeftWhite" class="TextClock">Coup restant Blanc : 8</h1>
|
||||
<h1 id="MoveLeftBlack" class="TextClock">Coup restant Noire : 8</h1>
|
||||
<h1 id="BlockType" class="TextClock">Block -</h1>
|
||||
</div>
|
||||
|
||||
<script src="js/ClockFrontEnd.js"></script>
|
||||
<script src="js/appload.js"></script>
|
||||
<script src="js/backend.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user