summaryrefslogtreecommitdiff
path: root/templates/index.html.tmpl
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-04-11 16:33:59 +0200
committerMartin Fischer <martin@push-f.com>2025-04-13 20:19:48 +0200
commit50ea018252ce69542eab6a107b99ea8179810d1e (patch)
tree25091624110c413bd095581f79b50cd7ab030656 /templates/index.html.tmpl
parent16b01fd1dfb8797b5529ea444f5b26cd26be9c3c (diff)
refactor: introduce lex-serve package
Diffstat (limited to 'templates/index.html.tmpl')
-rw-r--r--templates/index.html.tmpl17
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl
deleted file mode 100644
index 3d8c04f..0000000
--- a/templates/index.html.tmpl
+++ /dev/null
@@ -1,17 +0,0 @@
-<!doctype html>
-<html>
-<head>
- <title>Lex.surf: Portal to National Law</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
- <link rel="stylesheet" href="/assets/style.css" />
-</head>
-<body>
- <img alt="lex.surf" height=140 class=logo src="/assets/logo.svg">
- <h2>The portal to&nbsp;national&nbsp;law.</h2>
- <div class=countries>
- {{range $key, $c := .Countries -}}
- <a class=cc-link href="//{{$key}}.{{$.Domain}}" title="{{$c.Name}}">{{$key | ToUpper}}</a>
- {{- end}}
- </div>
-</body>
-</html>