Files
wallet/public/html/index.html
2022-08-10 09:58:51 -05:00

20 lines
600 B
HTML

<!DOCTYPE html>
<html class="mode__full-page light">
<!--
Hello! Thanks for showing interest in our code.
Interested in joining our team? To learn more, email us:
wallet@hiro.so
-->
<head>
<meta charset="UTF-8" />
<title><%= htmlWebpackPlugin.options.title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/assets/connect-logo/Stacks128w.png" />
<link href="/assets/base.css" rel="stylesheet" />
</head>
<body>
<div id="app"></div>
<script src="browser-polyfill.js"></script>
</body>
</html>