UNPKG

myplayaaaaa

Version:

wwww

15 lines (13 loc) 256 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="js/axios.js"></script> <script> console.log(axios.get("https://randomuser.me/api")); </script> </head> <body> </body> </html>