Skip to content

Commit

Permalink
refactor(web-kv): change title
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed Nov 7, 2024
1 parent cdc4cdd commit 353dfb7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/web/ui/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html>
<html>
<title>wRPC WebTransport demo</title>
<title>`wasi:keyvalue` in the Web</title>

<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
Expand Down Expand Up @@ -31,7 +31,6 @@
display: none;
}
</style>
<title>wRPC WebTransport demo</title>
<script type="module">
// @ts-check
function initUI() {
Expand Down Expand Up @@ -404,7 +403,7 @@
<body>
<section class="section columns is-mobile">
<div class="column">
<h1 class="title">wRPC Transports</h1>
<h1 class="title"><code>wasi:keyvalue</code> in the Web</h1>
</div>
<div class="column is-narrow">
<div class="select">
Expand Down

0 comments on commit 353dfb7

Please sign in to comment.