0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 21:48:21 -05:00

Update instances.md

This commit is contained in:
alamin655 2024-02-01 13:21:49 +05:30 committed by GitHub
parent d67ed53d62
commit 21bed4d361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,18 @@ This page provides a list of `Websurfx` instances provided by us and our communi
|https://websurfx.co|www|rolling|🇺🇸 US||<a href="https://status.websurfx.pp.ua"><img src="https://status.websurfx.pp.ua/api/badge/2/status"></a>||✅|❌||
|https://alamin655-spacex.hf.space|www|rolling|🇺🇸 US||<a href="https://status.websurfx.pp.ua"><img src="https://status.websurfx.pp.ua/api/badge/5/status"></a>||✅|❌||
|https://websurfx.instance.pp.ua|www|rolling|🇺🇸 US||<a href="https://status.websurfx.pp.ua"><img src="https://status.websurfx.pp.ua/api/badge/7/status"></a>||✅|✅||
|https://alamin655-websurfx.hf.space|www|stable|🇺🇸 US||<a href="https://status.websurfx.pp.ua"><img src="https://status.websurfx.pp.ua/api/badge/6/status?cache_buster=<%= Math.random() %>"></a>||✅|❌||
|https://alamin655-websurfx.hf.space|www|stable|🇺🇸 US||<a href="https://status.websurfx.pp.ua"><img id="status-badge" src="https://status.websurfx.pp.ua/api/badge/6/status?cache_buster="></a>||✅|❌||
[⬅️ Go back to Home](./README.md)
<script>
// Generate a random number between 0 and 10000
var cacheBuster = Math.floor(Math.random() * 10000);
// Get the badge image element
var badge = document.getElementById("status-badge");
// Update the src attribute of the badge image with the random number
badge.src = badge.src + cacheBuster;
</script>