mirror of
https://github.com/lil-org/tokenary.git
synced 2024-11-23 14:03:06 +03:00
12 lines
239 B
HTML
12 lines
239 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="popup.css">
|
|
<script type="module" src="popup.js"></script>
|
|
</head>
|
|
<body>
|
|
<button id="tokenary-button">open the app</button>
|
|
</body>
|
|
</html>
|