summary refs log tree commit diff stats
path: root/assets/tmpl/index.html
blob: fdd91ca952a8863199ac22351907a8a7181965a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/1/DTD/1-strict.dtd">
<html xmlns="http://www.w3.org/1999/" lang="en" xml:lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <link rel="stylesheet" type="text/css" href="/css">
  <title>{{.Title}} - twtxt Registry</title>
</head>
<body>
  <div id="container">
  </div>
</body>
</html>