Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:BakiDance/common.js: Difference between revisions

No edit summary
(Blanked the page)
Tags: Blanking Manual revert
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
const url = 'http://www.cubey.rocks:8989/v1/ping';
 
fetch(url)
.then(data => data.json())
.then((json) => {
    alert(JSON.stringify(json));
})

Latest revision as of 18:28, 12 August 2025