23 lines
791 B
HTML
23 lines
791 B
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html>
|
|
<html lang="fr" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Laura Palisse</title>
|
|
<!--<link rel="stylesheet" type="text/css" href="style.css" media="all" />-->
|
|
|
|
<script src="modernizr.custom.js"></script>
|
|
<script src="jquery-1.10.2.min.js"></script>
|
|
<script src="jeu.js"></script>
|
|
|
|
<meta name="description" content="Jeu vidéo réalisé par Laura Palisse et Georges Dupéron." />
|
|
</head>
|
|
<body id="index" style="text-align:center;">
|
|
<h1>Caverne</h1>
|
|
|
|
<canvas id="canvas" width="600" height="400" style="border: thin solid black">
|
|
Votre navigateur ne supporte pas l'élément Canvas. Utilisez un navigateur web plus récent pour jouer à ce jeu.
|
|
</canvas>
|
|
</body>
|
|
</html>
|