From ef3318a78050ea8aa4f6a65dd4673958c0eadf85 Mon Sep 17 00:00:00 2001
From: Martin Fischer <martin@push-f.com>
Date: Sun, 13 Apr 2025 22:19:45 +0200
Subject: docs: add README and link to repo

---
 lex-serve/main_test.go              | 1 +
 lex-serve/templates/index.html.tmpl | 1 +
 2 files changed, 2 insertions(+)

(limited to 'lex-serve')

diff --git a/lex-serve/main_test.go b/lex-serve/main_test.go
index bd284a8..a45c38d 100644
--- a/lex-serve/main_test.go
+++ b/lex-serve/main_test.go
@@ -59,6 +59,7 @@ func TestStartPage(t *testing.T) {
 	<div class=countries>
 	
 </div>
+	<p><a href="https://git.push-f.com/lex-surf">source code</a></p>
 </body>
 </html>
 `
diff --git a/lex-serve/templates/index.html.tmpl b/lex-serve/templates/index.html.tmpl
index 108bc17..6064f49 100644
--- a/lex-serve/templates/index.html.tmpl
+++ b/lex-serve/templates/index.html.tmpl
@@ -14,6 +14,7 @@
 	{{template "country-links" .SecondTier}}
 	<div>3rd tier (just a link)</div>
 	{{template "country-links" .ThirdTier}}
+	<p><a href="https://git.push-f.com/lex-surf">source code</a></p>
 </body>
 </html>
 {{define "country-links" -}}
-- 
cgit v1.2.3