initial commit
This commit is contained in:
commit
2d966b8198
28 changed files with 2901 additions and 0 deletions
12
Pages/Privacy.cshtml
Normal file
12
Pages/Privacy.cshtml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
@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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue