tokenary/Safari iOS/Resources/popup.html
2023-10-25 20:07:38 +03:00

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>