@page @model AboutModel @{ ViewData["Title"] = "About"; }
Website: https://remotely.one
Contact: https://remotely.one/Contact
Privacy Policy: @Request.Scheme://@Request.Host/Privacy
Open-Source Licenses: @Request.Scheme://@Request.Host/Credits
Version: @if (System.IO.File.Exists("Remotely_Server.dll")) { @System.Diagnostics.FileVersionInfo.GetVersionInfo("Remotely_Server.dll").FileVersion.ToString() } else { 1.0.0.0 }