mirror of
https://github.com/LucasVbr/nuitdelinfo-2023.git
synced 2026-05-13 17:21:56 +00:00
11 lines
223 B
HTML
11 lines
223 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
<script src="fonctions.js"></script>
|
|
</head>
|
|
<body>
|
|
<button onclick="getImg1('Commerce',0)">Salut!</button>
|
|
</body>
|
|
</html> |