16 lines
447 B
HTML
16 lines
447 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="style.css">
|
|
<script src="script.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<div id="table-container">Activez JavaScript pour jouer.</div>
|
|
<br/>
|
|
<div id="table-container2"></div>
|
|
</body>
|
|
</html>
|