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