diff options
author | 2020-11-16 00:10:28 +0100 | |
---|---|---|
committer | 2020-11-16 00:10:28 +0100 | |
commit | e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d (patch) | |
tree | 55713f725f77b44ebfec86e4eec3ce33e71458ca /client/admin/index.html | |
download | website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.gz website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.bz2 website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.zip |
api, login, auth
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> + |