chainode
Version:
A private blockchain network based on node.js
26 lines (22 loc) • 736 B
HTML
<html lang="en">
<head>
<base href="/">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Chainode - A private blockchain network.">
<meta name="robots" content="noindex">
<meta name="author" content="Author">
<meta http-equiv="cache-control" content="no-cache">
<title>Chainode | Dashboard</title>
<!-- CSS -->
<!-- webpack will add here css like /css/style.css -->
<script type="text/javascript">
var BASEURL_FROM_BE = 'EMBEDDED_BASEURL';
</script>
</head>
<body>
<div id="app" class="v-cloak"></div>
<!-- webpack will add here js like /js/app.js -->
</body>
</html>