-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpricing.html
More file actions
29 lines (27 loc) · 1010 Bytes
/
pricing.html
File metadata and controls
29 lines (27 loc) · 1010 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Pricing – Plausible Test Site</title>
<!-- Privacy-friendly analytics by Plausible -->
<script async src="https://plausible.io/js/pa-cY4ul54lXRuTJ_SUFwX47.js"></script>
<script>
window.plausible = window.plausible || function () {
(plausible.q = plausible.q || []).push(arguments);
};
plausible.init = plausible.init || function (i) {
plausible.o = i || {};
};
plausible.init();
</script>
</head>
<body style="font-family: system-ui, -apple-system, sans-serif; padding: 2rem;">
<h1>Pricing Page</h1>
<p>This is the pricing page for your Plausible test site.</p>
<button onclick="plausible('Pricing CTA Clicked'); alert('Pricing CTA event fired!')">
Fire “Pricing CTA Clicked”
</button>
<p><a href="index.html">← Back to Home</a></p>
</body>
</html>