2013-12-15 21:45:16 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="fr">
|
|
|
|
<head>
|
2015-12-12 00:12:18 +00:00
|
|
|
<meta charset="utf-8">
|
2013-12-15 21:45:16 +00:00
|
|
|
<title>Chaos game</title>
|
2015-12-12 00:12:18 +00:00
|
|
|
|
2015-12-22 20:33:40 +00:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic|Playfair+Display:400,400italic,700" rel="stylesheet">
|
|
|
|
<link href="https://matteodelabre.me/styles/common.css" rel="stylesheet">
|
|
|
|
<link href="https://matteodelabre.me/styles/demos.css" rel="stylesheet">
|
2015-12-12 00:12:18 +00:00
|
|
|
<link href="styles/index.css" rel="stylesheet">
|
2013-12-15 21:45:16 +00:00
|
|
|
</head>
|
2015-12-24 11:23:08 +00:00
|
|
|
<body>
|
|
|
|
<div id="react"></div>
|
2015-12-12 00:12:18 +00:00
|
|
|
|
|
|
|
<script src="bundle.js"></script>
|
2013-12-15 21:45:16 +00:00
|
|
|
</body>
|
2015-12-12 00:12:18 +00:00
|
|
|
</html>
|