nmdc-webfrontend/vendor/github.com/googollee/go-engine.io/example/asset/index.html

15 lines
326 B
HTML

<!doctype html>
<html>
<head>
<title>EIO Latency</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<h1>EIO Latency <span id="latency"></span></h1>
<h2 id="transport">(connecting)</h2>
<canvas id="chart" height="200"></canvas>
<script src="/index.js"></script>
</body>
</html>