blob: f248a5dc2009a8c924b69de478498756dd1427df [file] [log] [blame]
Sean McCullough86b56862025-04-18 13:04:03 -07001<html>
2 <head>
3 <title>sketch-network-status demo</title>
4 <link rel="stylesheet" href="demo.css" />
Philip Zeyliger72682df2025-04-23 13:09:46 -07005 <script type="module" src="../sketch-network-status.ts"></script>
Sean McCullough86b56862025-04-18 13:04:03 -07006 </head>
7 <body>
8 <h1>sketch-network-status demo</h1>
9
10 Connected:
Sean McCullough71941bd2025-04-18 13:31:48 -070011 <sketch-network-status
12 connection="connected"
13 message="connected"
14 ></sketch-network-status>
Sean McCullough86b56862025-04-18 13:04:03 -070015
16 Error:
Sean McCullough71941bd2025-04-18 13:31:48 -070017 <sketch-network-status
18 connection="error"
19 error="error"
20 ></sketch-network-status>
Sean McCullough86b56862025-04-18 13:04:03 -070021 </body>
Sean McCullough71941bd2025-04-18 13:31:48 -070022</html>