updated layout
All checks were successful
release-tag / release-image (push) Successful in 1m49s

This commit is contained in:
2025-11-09 15:31:46 +01:00
parent c7e9625236
commit 6d326ba495

12
main.go
View File

@@ -702,10 +702,10 @@ func errorhtml(w http.ResponseWriter, r *http.Request) {
<div class="wrap">
<header>
<h1>Too Many Requests - HTTP-ERROR 429</h1>
<span class="pill">ERROR&nbsp;429 <small>(Origin Server denied connection)</small></span>
<span class="pill">ERROR&nbsp;429 <small>(Edge-Proxy denied connection)</small></span>
</header>
<p class="lead">
Your browser is working, the Edge proxy is reachable - but the Origin server is not responding or the connection is being refused.
Your browser is working, the Edge proxy is reachable but blocking your connection - the Origin server is responding and functional.
</p>
<section class="grid" aria-label="Diagnostic chain">
@@ -731,11 +731,11 @@ func errorhtml(w http.ResponseWriter, r *http.Request) {
<svg width="96" height="64" viewBox="0 0 96 64" xmlns="http://www.w3.org/2000/svg" role="img">
<path d="M33 44h32a14 14 0 0 0 0-28 18 18 0 0 0-34-5 16 16 0 0 0-4 31z" fill="#e5e7eb" stroke="#d1d5db"/>
</svg>
<div class="status ok" title="Functional">✓</div>
<div class="status err" title="Blocked">✓</div>
</div>
<h3>Edge-Proxy</h3>
<p class="sub">Intermediate</p>
<p class="state ok">Functional</p>
<p class="state err">Blocked your request</p>
</article>
<!-- Host / Origin -->
@@ -747,11 +747,11 @@ func errorhtml(w http.ResponseWriter, r *http.Request) {
<rect x="6" y="34" width="76" height="18" rx="4" fill="#f3f4f6" stroke="#d1d5db"/>
<circle cx="16" cy="43" r="3" fill="#9ca3af"/>
</svg>
<div class="status err" title="Error">✕</div>
<div class="status ok" title="Functional">✕</div>
</div>
<h3>Host</h3>
<p class="sub">Origin-Server</p>
<p class="state err">Error</p>
<p class="state ok">Functional</p>
</article>
</section>