mirror of
https://github.com/status-im/topic-democracy.git
synced 2025-02-24 16:18:46 +00:00
13 lines
359 B
HTML
13 lines
359 B
HTML
<html>
|
|
<head>
|
|
<title>Status Network - Test Demo</title>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
</div>
|
|
<script src="js/dapp.js"></script>
|
|
</body>
|
|
</html>
|