This is a html file. Depends on the registering , it can be served as static file or static assets
    
            app.UseStaticFiles("wwwrootStaticFiles");
            app.MapStaticAssets();
        
    
Use dotnet publish to see the difference between static files and static assets