We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc4cdd commit 353dfb7Copy full SHA for 353dfb7
examples/web/ui/index.html
@@ -1,6 +1,6 @@
1
<!doctype html>
2
<html>
3
-<title>wRPC WebTransport demo</title>
+<title>`wasi:keyvalue` in the Web</title>
4
5
<head>
6
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
@@ -31,7 +31,6 @@
31
display: none;
32
}
33
</style>
34
- <title>wRPC WebTransport demo</title>
35
<script type="module">
36
// @ts-check
37
function initUI() {
@@ -404,7 +403,7 @@
404
403
<body>
405
<section class="section columns is-mobile">
406
<div class="column">
407
- <h1 class="title">wRPC Transports</h1>
+ <h1 class="title"><code>wasi:keyvalue</code> in the Web</h1>
408
</div>
409
<div class="column is-narrow">
410
<div class="select">
0 commit comments