summaryrefslogtreecommitdiffstats
path: root/client/public/index.html
blob: cfd9bee90fec22561685778e59689d5e72db9cfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="pl">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width">
  <title>Strona publiczna</title>
</head>
<body>
  <h1>Strona publiczna</h1>
  <div id="app"></div>
  <script src="out.js"></script>
</body>
</html>