12 lines
474 B
Text
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>
|