Multiple changes

This commit is contained in:
2026-01-22 22:24:56 -05:00
parent 8711fbbbbb
commit b16f7a0757
20 changed files with 626 additions and 15 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Api Test</title>
</head>
<body>
<script>
// Query Fake User API
let request = fetch("https://randomuser.me/api/");
console.log(request);
</script>
</body>
</html>