legend
This commit is contained in:
@@ -14,6 +14,7 @@ const links = [
|
||||
"https://nosotros.btcforplebs.com",
|
||||
"https://mint.btcforplebs.com",
|
||||
"https://cashu.btcforplebs.com",
|
||||
"https://live.btcforplebs.com",
|
||||
];
|
||||
|
||||
// Optional: Only allow internal requests if you're not exposing this publicly
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"server": "node checklinks.js",
|
||||
"both": "concurrently \"npm start\" \"npm run server\"",
|
||||
"checklinks": "node checklinks.js",
|
||||
"both": "concurrently 'npm start' 'npm run checklinks'",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
@@ -88,8 +88,11 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<a href="https://live.btcforplebs.com" class="button" class="prefetch">BTCforPlebs Live<span class="status-emoji"></span></a>
|
||||
<a href="https://live.btcforplebs.com" class="button" class="prefetch">BTCforPlebs Live <span class="status-emoji" data-url="https://live.btcforplebs.com">⏳</span></a>
|
||||
<br></br>
|
||||
|
||||
<small>🟢 = online | 🔴 = offline | ⚪️ = external site </small>
|
||||
<br></br>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user