mirror of
https://github.com/status-im/keycard-redeem.git
synced 2025-01-14 06:04:15 +00:00
11 lines
222 B
HTML
11 lines
222 B
HTML
<html>
|
|
<head>
|
|
<title>Keycard Redeem</title>
|
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="/js/app.js"></script>
|
|
</body>
|
|
</html>
|