Files
ai-control/popup.html
T
marcus hinz e7f98dd072 CSP: style-src ohne unsafe-inline — Fenster-Styles aus den HTML-Köpfen nach src/*-window.css
terminal/panel/popup.html laden ihre Styles jetzt als erste Imports der
jeweiligen Entries (Kaskade wie zuvor: Fenster-CSS vor xterm/fonts); devCsp
behält unsafe-inline für die Vite-HMR-Style-Injektion.
2026-07-21 19:04:36 +02:00

12 lines
250 B
HTML

<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<title data-i18n="panel.windowProjects">Projekte</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/popup.ts"></script>
</body>
</html>