summaryrefslogtreecommitdiffstats
path: root/client/admin/index.html
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
commite06ec920f7a5d784e674c4c4b4e6d1da3dc7391d (patch)
tree55713f725f77b44ebfec86e4eec3ce33e71458ca /client/admin/index.html
downloadwebsite_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.html13
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>
+