projet-clicodrome/index.html
2024-11-21 11:58:40 +01:00

25 lines
No EOL
564 B
HTML
Executable file

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Prog Web Legend</title>
<script> alert("click")</script>
</head>
<body>
<script src="./js/intro.js" deref></script>
<script src="./js/element.js"></script>
<div id="divButton_score">
</div>
<table>
<thead>
<th>nom</th>
<th>boost</th>
</thead>
<tbody id="table_technologies_body">
</tbody>
</table>
</body>
</html>