<!DOCTYPE html>
<html lang="fr" >

<head>
  <meta charset="UTF-8">
  <title>Roulette à donjons</title>
      <link rel="stylesheet" href="css/style.css"> 
</head>

<body>

  <html lang="fr">
<head>
	<meta charset="UTF-8">
	<title>Roulette à donjons</title>
	<link rel="stylesheet" href="quote.css">
	<link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'>
	<script src="jquery-1.11.2.min.js" type="text/javascript"></script>
</head>
<body>
	<div id="container">
		<h2>Vous ne savez pas quel donjon faire en guilde ?</h2>
		<h2>Laissez les Dieux vous guider dans votre choix.</h2>
			<div id="quoteContainer">
				<p></p>
				<p id="quoteGenius"></p>			
			</div><!--end quoteContainer-->
			
			<div id="buttonContainer">
				<a href="#" id="quoteButton">M'en remettre aux Dieux.</a>
		</div><!--end buttonContainer-->


	</div><!--end container-->
</body>
</html>
  <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
    <script  src="js/index.js"></script>

</body>
</html>