gotsrpc/example/multi/client/index.html
2022-03-02 15:18:09 +01:00

19 lines
452 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>Errors</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>