mirror of
https://github.com/status-im/contracts.git
synced 2025-02-23 03:58:42 +00:00
16 lines
352 B
HTML
16 lines
352 B
HTML
<!doctype html>
|
|
<html lang="en" dir="ltr">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<link rel="stylesheet" href="css/bootstrap.min.css" />
|
|
<title>Status Network - Test Demo</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="js/dapp.js"></script>
|
|
</body>
|
|
|
|
</html> |