mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
Update instances.md
This commit is contained in:
parent
d67ed53d62
commit
21bed4d361
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user