mirror of
https://github.com/status-im/status-channels-dapp.git
synced 2025-02-20 02:58:19 +00:00
12 lines
262 B
HTML
12 lines
262 B
HTML
<html>
|
|
<head>
|
|
<title>Status Channels</title>
|
|
<link href="https://rsms.me/inter/inter-ui.css" rel="stylesheet">
|
|
</head>
|
|
<body class="container">
|
|
<div id="app">
|
|
</div>
|
|
<script src="js/dapp.js"></script>
|
|
</body>
|
|
</html>
|