Files
idea.llm.gitea.repo.docker.…/app/renderer/index.html
2026-02-27 08:55:41 -06:00

15 lines
491 B
HTML

<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'" />
<title>Docker Deployment Manager</title>
</head>
<body class="bg-background text-foreground antialiased">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>