chaos/index.html

35 lines
979 B
HTML
Raw Normal View History

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
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic|Playfair+Display:400,400italic,700" rel="stylesheet">
2015-12-16 22:05:00 +00:00
<link href="styles/common.css" rel="stylesheet">
2015-12-12 00:12:18 +00:00
<link href="styles/subsite.css" rel="stylesheet">
<link href="styles/index.css" rel="stylesheet">
2013-12-15 21:45:16 +00:00
</head>
2015-12-12 00:12:18 +00:00
<body class="split">
<aside>
<header>
<a href="/">
<img src="images/avatar.jpg" alt="Photo de Mattéo" />
<span>Mattéo Delabre ✏️</span><br />
Back to home
</a>
</header>
<h1>The Chaos Game</h1>
<h3>Creating fractals with the chaos game</h3>
</aside>
<div id="content">
<canvas id="plotting"></canvas>
</div>
<script src="bundle.js"></script>
2013-12-15 21:45:16 +00:00
</body>
2015-12-12 00:12:18 +00:00
</html>