podman-desktop/packages/renderer/index.html
2022-03-08 17:49:35 +01:00

13 lines
368 B
HTML

<!DOCTYPE html>
<html class="pf-theme-dark" lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Container Desktop</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>