This commit is contained in:
2024-10-25 11:49:35 +02:00
parent b907fa988b
commit 53c3a4d24a
7 changed files with 202 additions and 0 deletions

12
Practice/Json/Index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script src="script.js"></script>
</body>
</html>