mirror of
https://github.com/foomo/gotsrpc.git
synced 2025-10-16 12:35:35 +00:00
19 lines
451 B
HTML
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> |