summaryrefslogtreecommitdiff
path: root/views/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/index.html')
-rw-r--r--views/index.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/views/index.html b/views/index.html
deleted file mode 100644
index 3d8c04f..0000000
--- a/views/index.html
+++ /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>