Skip to content

Commit 353dfb7

Browse files
committed
refactor(web-kv): change title
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent cdc4cdd commit 353dfb7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/web/ui/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22
<html>
3-
<title>wRPC WebTransport demo</title>
3+
<title>`wasi:keyvalue` in the Web</title>
44

55
<head>
66
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
@@ -31,7 +31,6 @@
3131
display: none;
3232
}
3333
</style>
34-
<title>wRPC WebTransport demo</title>
3534
<script type="module">
3635
// @ts-check
3736
function initUI() {
@@ -404,7 +403,7 @@
404403
<body>
405404
<section class="section columns is-mobile">
406405
<div class="column">
407-
<h1 class="title">wRPC Transports</h1>
406+
<h1 class="title"><code>wasi:keyvalue</code> in the Web</h1>
408407
</div>
409408
<div class="column is-narrow">
410409
<div class="select">

0 commit comments

Comments
 (0)