@aeternity/aepp-sdk
Version:
SDK for the æternity blockchain
17 lines (16 loc) • 548 B
HTML
<html class="font-sans">
<head>
<base href="<%= htmlWebpackPlugin.options.baseUrl %>">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Wallet Aepp Example</title>
<meta name="description" content="Wallet Aepp Example">
<!-- CSS files will be injected here by WebPack -->
</head>
<body>
<div id="app"></div>
<!-- JS files will be injected here by WebPack -->
</body>
</html>