summaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/resources/admin/index.html
blob: f4db272a51cc6877c4e92cf8fd3ec44ca54c49ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <title>MulkCMS Admin</title>

  <script type="module" src="/admin/admin.js"></script>
</head>

<body>
  <mlk-admin greetee="Matthias"></mlk-admin>
</body>

</html>