diff options
| author | benj <benj@rse8.com> | 2026-04-10 11:13:34 +0800 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2026-04-10 11:13:34 +0800 |
| commit | 493746b14c1251a45b061d2e3edd9160c929d2b9 (patch) | |
| tree | 1607cceb94c1aac1a17a01bb5c0d71b97342e892 /landing/layouts/index.html | |
| parent | c041641634650c31e03c70dcad132fd94cb08e63 (diff) | |
| download | tidyindex-493746b14c1251a45b061d2e3edd9160c929d2b9.tar tidyindex-493746b14c1251a45b061d2e3edd9160c929d2b9.tar.gz tidyindex-493746b14c1251a45b061d2e3edd9160c929d2b9.tar.bz2 tidyindex-493746b14c1251a45b061d2e3edd9160c929d2b9.tar.lz tidyindex-493746b14c1251a45b061d2e3edd9160c929d2b9.tar.xz tidyindex-493746b14c1251a45b061d2e3edd9160c929d2b9.tar.zst tidyindex-493746b14c1251a45b061d2e3edd9160c929d2b9.zip | |
a basic ui and landing web interface for tidyindex.com
Diffstat (limited to '')
| -rw-r--r-- | landing/layouts/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/landing/layouts/index.html b/landing/layouts/index.html index a08109e..c37e66b 100644 --- a/landing/layouts/index.html +++ b/landing/layouts/index.html @@ -11,7 +11,7 @@ designed for humans, machines, and LLM agents alike. </p> <div class="hero-cta"> - <a href="mailto:contact@tidyindex.com" class="btn btn-primary"> + <a href="{{ partial "dashboard-url.html" . }}" class="btn btn-primary"> <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"> <circle cx="7.5" cy="15.5" r="5.5"/> <path d="m11.5 11.5 9.5-9.5"/> @@ -146,7 +146,7 @@ Source: https://apps.irs.gov/app/eos/details/?ein=200049703</code></pre> <p class="section-marker">ยง 04 · start</p> <h2 class="section-headline">Ready when you are.</h2> </div> - <a href="mailto:contact@tidyindex.com" class="btn btn-primary btn-lg"> + <a href="{{ partial "dashboard-url.html" . }}" class="btn btn-primary btn-lg"> <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"> <circle cx="7.5" cy="15.5" r="5.5"/> <path d="m11.5 11.5 9.5-9.5"/> |
