This repository has been archived on 2023-12-17. You can view files and clone it, but cannot push or open issues or pull requests.
extension/account.html

12 lines
271 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lume Account</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/account.js"></script>
</body>
</html>