Where sis the idnex.html file located in BLAZOR code example
Example: blazor wasm routable page in separate project
@* In App.razor *@
<Router
AppAssembly="typeof(Program).Assembly"
AdditionalAssemblies="new[] { typeof(Component1).Assembly }">
...
</Router>