Add files via upload

This commit is contained in:
NodeMixaholic 2023-03-16 13:47:18 -05:00 committed by GitHub
parent f343e9a751
commit de1f85ffd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,10 @@ function evilTest() {
function wwwTest() { function wwwTest() {
let url = "https://cors.conchbrain.club/?https://en.wikipedia.org/wiki/Cat" let url = "https://cors.conchbrain.club/?https://en.wikipedia.org/wiki/Cat"
fetch(url) fetch(url)
url = "https://cors.conchbrain.club/?https://en.wikipedia.org/wiki/Dog"
fetch(url)
url = "https://cors.conchbrain.club/?https://kernel.org"
fetch(url)
} }
function main() { function main() {