You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
438 B
HTML
17 lines
438 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>
|
|
<link rel="stylesheet" type="text/css" href="css/motsmeles.css" media="screen" />
|
|
</head>
|
|
<body>
|
|
<h1>Mots Mélés</h1>
|
|
<div id="playground">
|
|
<canvas id="c"></canvas>
|
|
<ul id="words"></ul>
|
|
</div>
|
|
<script src="js/motsmeles.min.js"></script>
|
|
</body>
|
|
</html> |