subscriptions/app/index.html

12 lines
290 B
HTML

<html>
<head>
<title>Subscriptions</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
</head>
<body class="container">
<div id="app">
</div>
<script src="js/dapp.js"></script>
</body>
</html>