summaryrefslogtreecommitdiff
path: root/internal/web/templates/index.html
blob: 54630e70b5242260f1b528d425bc0cfb67be9320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>{{ .Name }}</title>
    <link href="css/style.css" rel="stylesheet" />
  </head>
  <body>
    <h1>Welcome to {{ .Name }}!</h1>
    <p>Work in progress...</p>
  </body>
</html>