mirror of
https://github.com/Chouchen/motsmeles.git
synced 2018-06-07 06:04:38 +02:00
23 lines
504 B
HTML
23 lines
504 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Mot mélés</title>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<script src="js/fabric.1.4.0.min.js"></script>
|
||
|
<script src="js/const.js"></script>
|
||
|
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Mots Mélés</h1>
|
||
|
<div id="playground">
|
||
|
<div id="firstGame">
|
||
|
<canvas id="c"></canvas>
|
||
|
|
||
|
<ul id="words">
|
||
|
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
<script src="js/script.js"></script>
|
||
|
</body>
|
||
|
</html>
|