<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">}
    }

    private bool IsHtmlRequest(string pathInfo)
    {
        return !string.IsNullOrEmpty(pathInfo) &amp;&amp; pathInfo.EndsWith(".html", StringComparison.OrdinalIgnoreCase);
    }
	
&lt;/script&gt;</pre></body></html>