mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-01-12 09:34:37 +08:00
15 lines
454 B
HTML
15 lines
454 B
HTML
<!DOCTYPE html>
|
|
<html class="mode__devtool">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title><%= htmlWebpackPlugin.options.title %> Devtools</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" />
|
|
<script defer src="devtools.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|