summaryrefslogtreecommitdiff
path: root/internal/web/templates/index.html
blob: 24d8c5ebf0a0999661e4afc46fc00d95e6a1d3f4 (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>OpenStore</title>
    <link href="css/style.css" rel="stylesheet" />
  </head>
  <body>
    <h1>Welcome to openstore!</h1>
    <p>Work in progress...</p>
  </body>
</html>