Constellations/index.html

18 lines
328 B
HTML
Raw Normal View History

2022-07-22 22:35:28 +02:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Étoiles</title>
<script src="main.js"></script>
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body>
<ul id="mode">
2022-07-23 18:33:01 +02:00
<li id="edit">Édition</li>
2022-07-22 22:35:28 +02:00
</ul>
<div id="playground">
2022-07-23 18:33:01 +02:00
<table id="grid"></table>
2022-07-22 22:35:28 +02:00
</div>
</body>
</html>