www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

index.html (785B)


      1 <?xml version="1.0" encoding="utf-8" ?>
      2 <!DOCTYPE html>
      3 <html lang="fr" xmlns="http://www.w3.org/1999/xhtml">
      4 	<head>
      5 		<meta charset="utf-8" />
      6 		<title>Caverne</title>
      7 		<!--<link rel="stylesheet" type="text/css" href="style.css" media="all" />-->
      8 		
      9 		<script src="modernizr.custom.js"></script>
     10 		<script src="jquery-1.10.2.min.js"></script>
     11 		<script src="jeu.js"></script>
     12 		
     13 		<meta name="description" content="Jeu vidéo réalisé par Laura Palisse et Georges Dupéron." />
     14 	</head>
     15 	<body id="index" style="text-align:center;">
     16 		<h1>Caverne</h1>
     17 
     18 		<canvas id="canvas" width="608" height="400" style="border: thin solid black">
     19 			Votre navigateur ne supporte pas l'élément Canvas. Utilisez un navigateur web plus récent pour jouer à ce jeu.
     20 		</canvas>
     21 	</body>
     22 </html>