This commit is contained in:
2025-09-10 02:50:32 +02:00
commit be3d896ca1
9 changed files with 235 additions and 0 deletions

17
index.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Test Web Push</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1>🚀 Test Web Push</h1>
<p>Ultra prosta strona do testowania Web Push notyfikacji</p>
</div>
<script src="http://localhost:8000/campaigns/webpush/integration/4c9eb80b-a074-45b2-8f15-397c1f7696da.js"></script>
</body>
</html>