summaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/resources/cms2/admin/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/META-INF/resources/cms2/admin/index.html')
-rw-r--r--src/main/resources/META-INF/resources/cms2/admin/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main/resources/META-INF/resources/cms2/admin/index.html b/src/main/resources/META-INF/resources/cms2/admin/index.html
new file mode 100644
index 0000000..9e49564
--- /dev/null
+++ b/src/main/resources/META-INF/resources/cms2/admin/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <meta charset="UTF-8">
+ <title>MulkCMS Admin</title>
+
+ <script type="module" src="/cms2/components.js"></script>
+</head>
+
+<body>
+ <mlk-admin greetee="Matthias"></mlk-admin>
+</body>
+
+</html>