go-urlsh/views/index.tmpl

10 lines
202 B
Cheetah
Raw Normal View History

2023-04-27 12:34:24 +02:00
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Unicode">
<title>{{.Title}}</title>
</head>
<body>
<h1>{{.Title}}</h1>
<p>{{.Plat}}</p>
</body>
</html>