summaryrefslogtreecommitdiff
path: root/lex-serve/templates/index.html.tmpl
blob: 3d8c04f28ef1680e69128257b51df54eadecb84a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>