Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added services/ws-server/static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions services/ws-server/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>ws-wasm-agent demo</title>
<title>WASM web agent</title>
<link rel="icon" type="image/png" href="/static/favicon.png" />
<style>
:root {
color-scheme: light;
Expand Down Expand Up @@ -105,7 +106,7 @@
</head>
<body>
<main>
<h1>WASM agent browser load</h1>
<h1>WASM web agent</h1>
<p>
The page imports the generated module from <code>/pkg</code>,
initializes the WASM runtime, and connects to <code>/ws</code>.
Expand Down
Loading