blob: 04c118c6e63e8f9364f4981889cafa46168b65d2 [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" />
Pokey Rulee2a8c2f2025-04-23 15:09:25 +01005 <script type="module" src="../sketch-network-status.ts"
Sean McCullough71941bd2025-04-18 13:31:48 -07006 ></script>
Sean McCullough86b56862025-04-18 13:04:03 -07007 </head>
8 <body>
9 <h1>sketch-network-status demo</h1>
10
11 Connected:
Sean McCullough71941bd2025-04-18 13:31:48 -070012 <sketch-network-status
13 connection="connected"
14 message="connected"
15 ></sketch-network-status>
Sean McCullough86b56862025-04-18 13:04:03 -070016
17 Error:
Sean McCullough71941bd2025-04-18 13:31:48 -070018 <sketch-network-status
19 connection="error"
20 error="error"
21 ></sketch-network-status>
Sean McCullough86b56862025-04-18 13:04:03 -070022 </body>
Sean McCullough71941bd2025-04-18 13:31:48 -070023</html>