Files
JS/03_dom/MATERIAL/accompanying_files/template/index.html
Philippe Torrel e0bd3930d9 feat: added 03_dom
2026-07-13 10:38:22 +02:00

11 lines
251 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index</title>
<script src="script.js" defer></script>
</head>
<body></body>
</html>