| 1 | {{ define "page" -}} |
| 2 | <section class="hello"> |
| 3 | <div class="hello-logo" aria-hidden="true"> |
| 4 | {{ .LogoSVG }} |
| 5 | </div> |
| 6 | <h1 class="hello-title">shithub</h1> |
| 7 | <p class="hello-tagline">GitHub. Open source. Without Copilot.</p> |
| 8 | |
| 9 | <dl class="hello-meta"> |
| 10 | <dt>Version</dt><dd>{{ .Version }}</dd> |
| 11 | <dt>Commit</dt><dd>{{ .Commit }}</dd> |
| 12 | <dt>Built</dt><dd>{{ .BuiltAt }}</dd> |
| 13 | </dl> |
| 14 | |
| 15 | <p class="hello-status"> |
| 16 | Pre-launch. Sprint 02 — the web shell — is shipping. The chi router, |
| 17 | middleware stack, error pages, and Primer-themed chrome are now in. |
| 18 | </p> |
| 19 | |
| 20 | <nav class="hello-links" aria-label="Health endpoints"> |
| 21 | <a href="/healthz">/healthz</a> |
| 22 | <a href="/readyz">/readyz</a> |
| 23 | <a href="/internal/panic">/internal/panic</a> |
| 24 | </nav> |
| 25 | </section> |
| 26 | {{- end }} |