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.
|
<!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="./account.js"></script>
|
|
</body>
|
|
</html>
|