This component demonstrates fetching data from the server.
-
-
diff --git a/src/Microsoft.TryDotNet.WasmRunner/Pages/Index.razor b/src/Microsoft.TryDotNet.WasmRunner/Pages/Index.razor
index 7b5a15e0e..55cc21964 100644
--- a/src/Microsoft.TryDotNet.WasmRunner/Pages/Index.razor
+++ b/src/Microsoft.TryDotNet.WasmRunner/Pages/Index.razor
@@ -1,7 +1,21 @@
@page "/"
+@inject IJSRuntime JS
+
-
-
@Title
-
-
- Please take our
- brief survey
-
- and tell us what you think.
-
-
-@code {
- // Demonstrates how a parent component can supply parameters
- [Parameter]
- public string? Title { get; set; }
-}
diff --git a/src/Microsoft.TryDotNet.WasmRunner/wwwroot/index.html b/src/Microsoft.TryDotNet.WasmRunner/wwwroot/index.html
index 07910ee50..52e9fc108 100644
--- a/src/Microsoft.TryDotNet.WasmRunner/wwwroot/index.html
+++ b/src/Microsoft.TryDotNet.WasmRunner/wwwroot/index.html
@@ -20,6 +20,63 @@