mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-01-12 09:34:37 +08:00
20 lines
600 B
HTML
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>
|