keychain_max/apps/extension/popup.html
2026-09-09 19:53:50 +00:00

12 lines
300 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Keychain</title>
</head>
<body>
<div id="popup-app"></div>
<script type="module" src="/src/popup.ts"></script>
</body>
</html>