@fairmint/canton-node-sdk
Version:
Canton Node SDK
26 lines (24 loc) • 878 B
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Source+Code+Pro:wght@500;700&display=swap"
rel="stylesheet"
/>
<!--
Frontend configuration. Not part of the bundled application code,
so that operators can change the config without having to rebuild
the application.
-->
<script src="/config.js"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>