Files
2026-04-15 14:30:36 +02:00

30 lines
646 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Statistik CookieKop</title>
<script src="util/constants.js"></script>
<script src="statistics.js" defer></script>
<link rel="stylesheet" href="styles/statistics.css">
</head>
<body>
<header>
<h1>Deine Statistik</h1>
</header>
<section>
<div id="stats">
<p>Gesendete Meldungen: <span id="report-count">0</span></p>
</div>
<div id="share-option">
<button id="share-stats-btn">Statistik anonym teilen</button>
</div>
</section>
<footer>
<small>CookieKop Datenschutzfreundlich</small>
</footer>
</body>
</html>