mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-01-12 22:53:27 +08:00
13 lines
315 B
HTML
Executable File
13 lines
315 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<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/Stacks128w.png" />
|
|
</head>
|
|
<body>
|
|
<div id="app-root"></div>
|
|
</body>
|
|
</html>
|