Multiple changes
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user