UNPKG
myplayaaaaa
Version:
latest (1.0.0)
1.0.0
wwww
myplayaaaaa
/
axios2.html
15 lines
(13 loc)
•
256 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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
>