gotsrpc/example/monitor/client/index.html
Kevin Franklin Kim 7faf7e4c98 feat: add monitor
2022-05-04 11:16:04 +02:00

19 lines
451 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Basic</title>
<script type="module">
import { init } from './dist/app.js'
init()
</script>
</head>
<body>
<h1>A service test</h1>
<code>
<pre>open the console!</pre>
</code>
</body>
</html>