mirror of
https://github.com/seigler/monitor-dash-address
synced 2025-07-27 08:36:09 +00:00
14 lines
425 B
HTML
14 lines
425 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Demo: monitor a Dash address</title>
|
|
<script src="index.js"></script>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<div data-dash-address-watch="XmGw5qrhtJcmp3qebCDg9aLZH4ugraeakx"></div>
|
|
</body>
|
|
</html>
|