17 lines
328 B
HTML
17 lines
328 B
HTML
<!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">
|
|
<li id="edit">Édition</li>
|
|
</ul>
|
|
<div id="playground">
|
|
<table id="grid"></table>
|
|
</div>
|
|
</body>
|
|
</html>
|