-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
29 lines (27 loc) · 1.03 KB
/
docs.html
File metadata and controls
29 lines (27 loc) · 1.03 KB
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>Docs – 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>Documentation Page</h1>
<p>This page lets you test documentation pageviews and internal link navigation.</p>
<button onclick="plausible('Docs Download Clicked'); alert('Docs Download Clicked event fired!')">
Fire “Docs Download Clicked”
</button>
<p><a href="index.html">← Back to Home</a></p>
</body>
</html>