js create html element & math.random

This commit is contained in:
bach
2024-11-29 14:53:49 +01:00
parent 0c2b17b460
commit f980afb00c
4 changed files with 66 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vanilla JS</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="script.js"></script>
</body>
</html>