From 9f7d0d207bd6da0bad4ea87e6182c4b7701de7c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=93=8D=BC?= <143974574+xojw@users.noreply.github.com> Date: Sun, 8 Jun 2025 17:03:38 -0500 Subject: [PATCH] bye bye --- others/warmup.mjs | 4 ++-- public/$.html | 2 +- public/assets/css/$.css | 6 +++--- public/assets/js/wv.js | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/others/warmup.mjs b/others/warmup.mjs index b9ac5f78..21fa116c 100644 --- a/others/warmup.mjs +++ b/others/warmup.mjs @@ -3,7 +3,7 @@ import http from 'http'; const endpoints = [ 'http://localhost:3000/', 'http://localhost:3000/g', - 'http://localhost:3000/a' + 'http://localhost:3000/s' ]; function httpGet(url, timeout = 5000) { @@ -44,7 +44,7 @@ async function warm(retries = 2) { if (failed.length) { console.warn(`[WARMUP] Some endpoints failed to warm:`, failed); } else { - console.log('[WARMUP] All endpoints warmed successfully'); + console.log('[WARMUP] All endpoints warmed up successfully'); } } diff --git a/public/$.html b/public/$.html index adb25a62..86e0bbe6 100644 --- a/public/$.html +++ b/public/$.html @@ -126,7 +126,7 @@
diff --git a/public/assets/css/$.css b/public/assets/css/$.css index b13cac19..adf1775e 100644 --- a/public/assets/css/$.css +++ b/public/assets/css/$.css @@ -55,7 +55,7 @@ body { color: #ffffff; display: inline-block; text-align: left; - margin: 1px 75px 0 10px; + margin: 1px 79px 0 10px; white-space: nowrap; cursor: default; transition: all 0.3s ease; @@ -114,8 +114,8 @@ body { .home-navbar i { color: #ffffff; - margin-right: -19px; - margin-left: 119px; + margin-right: -16px; + margin-left: 115px; } .navbar { diff --git a/public/assets/js/wv.js b/public/assets/js/wv.js index 8e9d0195..6d827a69 100644 --- a/public/assets/js/wv.js +++ b/public/assets/js/wv.js @@ -19,7 +19,7 @@ const overlay = document.createElement('div'); overlay.id='wv-overlay'; overlay.innerHTML = `