initial commit

This commit is contained in:
Kamal Tufekcic 2026-07-05 12:14:39 +03:00
commit 2d966b8198
28 changed files with 2901 additions and 0 deletions

12
Pages/Privacy.cshtml Normal file
View 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>