main
html 11 lines 315 Bytes
Raw
1 <html class="office-modal">
2 <head>
3 <title>Documents</title>
4 <script type="module">
5 import { store } from "/plugins/_office/webui/office-store.js";
6 </script>
7 </head>
8 <body class="office-modal-body">
9 <x-component path="/plugins/_office/webui/office-panel.html" mode="modal"></x-component>
10 </body>
11 </html>