We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc183b commit 8a07be7Copy full SHA for 8a07be7
demo/side-by-side-site/index.html
@@ -32,11 +32,11 @@
32
<body>
33
<div class="row">
34
<div class="flex-grow-1 column">
35
- <h2>JS DOM / Compose HTML</h2>
+ <h2><a href="js-dom/index.html">JS DOM / Compose HTML</a></h2>
36
<embed class="flex-grow-1" src="js-dom/index.html">
37
</div>
38
39
- <h2>Wasm JS canvas / <code>androidx.compose</code></h2>
+ <h2><a href="wasm-js-canvas/index.html">Wasm JS canvas / <code>androidx.compose</code></a></h2>
40
<embed class="flex-grow-1" src="wasm-js-canvas/index.html">
41
42
0 commit comments