mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-17 12:31:20 +00:00
14 lines
408 B
HTML
14 lines
408 B
HTML
<html
|
|
class="office-modal modal-no-backdrop"
|
|
data-canvas-surface="office"
|
|
data-canvas-modal-path="/plugins/_office/webui/main.html"
|
|
data-canvas-dock-title="Open Office in canvas"
|
|
data-canvas-dock-icon="dock_to_right"
|
|
>
|
|
<head>
|
|
<title>Office</title>
|
|
</head>
|
|
<body class="office-modal-body">
|
|
<x-component path="/plugins/_office/webui/office-panel.html" mode="modal"></x-component>
|
|
</body>
|
|
</html>
|