diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-06 22:56:15 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-13 14:34:33 +0200 |
commit | 2abd6aa932530b557b7c072e9dfe055cf12cf510 (patch) | |
tree | 2a5beed775c0764e18a3c7768addaa752516957f | |
parent | 30da18147923837c0786436b7363210df80fd055 (diff) |
fix: remove "More countries coming soon"
-rw-r--r-- | views/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/views/index.html b/views/index.html index 7ab4bd0..0c1b66c 100644 --- a/views/index.html +++ b/views/index.html @@ -13,6 +13,5 @@ <a class=cc-link href="//{{$key}}.{{$.Domain}}" title="{{$c.Name}}">{{$key | ToUpper}}</a> {{- end}} </div> - <p>More countries coming soon.</p> </body> </html> |