36 lines
837 B
HTML
36 lines
837 B
HTML
<!doctype html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<title></title>
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="css/style.css?v=2">
|
|
<link rel="stylesheet" href="css/star.css">
|
|
<link rel="stylesheet" href="css/star_HP48.css">
|
|
<link rel="stylesheet" href="css/index.css">
|
|
</head>
|
|
<body>
|
|
<div id="container">
|
|
<header>
|
|
Cœurs étoilés
|
|
</header>
|
|
|
|
<div id="main" role="main">
|
|
</div>
|
|
|
|
<footer>
|
|
(sources available on <a href="https://github.com/gwenhael-le-moine/c-urs_-toil-s">github</a>)
|
|
</footer>
|
|
</div>
|
|
|
|
<script src="js/star.js"></script>
|
|
<script>
|
|
initialize_a_star( "#main", 0, "cyco002" );
|
|
</script>
|
|
</body>
|
|
</html>
|