cs2-web/Pages/Privacy.cshtml
Kamal Tufekcic 2d966b8198 initial commit
2026-07-05 12:14:39 +03:00

12 lines
474 B
Text

@page "/privacy"
@{
ViewData["Title"] = "Privacy";
}
<h1>Privacy</h1>
<p>
The game servers store your SteamID, display name, and gameplay statistics (XP, levels, records) to make
progression and leaderboards work; this website reads that data and stores nothing of its own, sets no cookies,
and runs no trackers or analytics. To have your data removed, contact the operator via
<a href="https://git.lo.sh/kamal/cs2-outnumbered">the repository</a>.
</p>