blob: 04c118c6e63e8f9364f4981889cafa46168b65d2 [file] [log] [blame]
<html>
<head>
<title>sketch-network-status demo</title>
<link rel="stylesheet" href="demo.css" />
<script type="module" src="../sketch-network-status.ts"
></script>
</head>
<body>
<h1>sketch-network-status demo</h1>
Connected:
<sketch-network-status
connection="connected"
message="connected"
></sketch-network-status>
Error:
<sketch-network-status
connection="error"
error="error"
></sketch-network-status>
</body>
</html>