diff options
Diffstat (limited to 'client/admin/index.html')
-rw-r--r-- | client/admin/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client/admin/index.html b/client/admin/index.html new file mode 100644 index 0000000..660686e --- /dev/null +++ b/client/admin/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html lang="pl"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width"> + <title>Admin Panel</title> +</head> +<body> + <div id="app"></div> + <script src="out.js"></script> +</body> +</html> + |