This commit is contained in:
richonguzman 2023-08-28 23:21:20 -04:00
parent 1b28beb3f4
commit 0870ae39d8
6 changed files with 45 additions and 15 deletions

10
data/testx.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>JSON Data Example</title>
</head>
<body>
<div id="json-container"></div>
<script src="script.js"></script>
</body>
</html>