keycard-redeem/app/index.html

11 lines
222 B
HTML
Raw Normal View History

2020-02-18 19:23:31 +00:00
<html>
<head>
2020-02-19 16:35:22 +00:00
<title>Keycard Redeem</title>
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
2020-02-18 19:23:31 +00:00
</head>
<body>
2020-02-19 16:35:22 +00:00
<div id="root"></div>
<script src="/js/app.js"></script>
2020-02-18 19:23:31 +00:00
</body>
</html>