Files
fastway-plugin-echomail/web/echomail.html
Ken Johnson 4d38a8a56a
All checks were successful
Build & Release Plugin / build (push) Successful in 14s
v0.0.2: SPA web UI conversion, toss/scan stubs, archiver fix
Convert web admin from inline HTML to SPA module pattern. Add toss and
scan include stubs. Fix fw_archiver cross-platform compatibility.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 12:55:16 -07:00

8 lines
266 B
HTML

<div id="echomail-spa-root"></div>
<script src="/plugins/echomail/web/echomail.js"></script>
<script>
if (typeof Echomail !== 'undefined' && document.getElementById('echomail-spa-root')) {
Echomail.render(document.getElementById('echomail-spa-root'));
}
</script>