Files
test-web-push/index.html
GarandPLG 1a0f91625a Update dependencies and project configuration
Add Nix flake support, update .gitignore to ignore SSL certs, upgrade
@types/bun and TypeScript versions, and update frontend SDK URLs in
index.html and sw.js to new API endpoints
2026-01-18 20:39:50 +01:00

20 lines
622 B
HTML

<!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" />
<script
src="http://localhost:8000/api/v1/webpush/public/integrations/7b35f08f-49d6-48f9-a830-f3654008dce5/sdk.js"
async
></script>
</head>
<body>
<div class="container">
<h1>🚀 Test Web Push</h1>
<p>Ultra prosta strona do testowania Web Push notyfikacji</p>
</div>
</body>
</html>