Add telemetry
This commit is contained in:
parent
fff7b0b378
commit
eb4c76e3c4
1 changed files with 13 additions and 0 deletions
13
index.html
13
index.html
|
|
@ -57,6 +57,19 @@
|
|||
<script src="js/jquery.min.js"></script>
|
||||
<script src="js/load.js"></script>
|
||||
<script src="js/fizika.js"></script>
|
||||
<script
|
||||
defer
|
||||
data-domain="fizika.schmelczer.dev"
|
||||
data-api="/status"
|
||||
src="https://stats.schmelczer.dev/js/script.file-downloads.hash.outbound-links.js"
|
||||
></script>
|
||||
<script>
|
||||
window.plausible =
|
||||
window.plausible ||
|
||||
function () {
|
||||
(window.plausible.q = window.plausible.q || []).push(arguments);
|
||||
};
|
||||
</script>
|
||||
</head>
|
||||
<body onresize="aspect()">
|
||||
<div id="titlebox">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue