@fairmint/canton-node-sdk
Version:
Canton Node SDK
26 lines (24 loc) • 839 B
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;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>