temporary tests

This commit is contained in:
Aliberk Sandıkçı 2023-11-22 20:07:15 +03:00
parent 82530f1ec2
commit e240a3519c
Signed by: asandikci
GPG key ID: 25C67A03B5666BC1

View file

@ -72,6 +72,15 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
.catch(err => {
throw err
});
let url2 = 'https://raw.githubusercontent.com/asandikci/iflbot-setup/main/install.sh';
fetch(url2)
.then(out =>
console.log('Checkout this JSON! ', out))
.catch(err => {
throw err
});
</script>
</body>