Skip to content

Commit

Permalink
Merge pull request #424 from shorepine/nomatomo
Browse files Browse the repository at this point in the history
no, matomo
  • Loading branch information
bwhitman authored Nov 23, 2024
2 parents 1f9d09e + 9fdda9b commit c7c2e34
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions www/run/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name="description" content="Tulip on the web. An affordable, portable and focused Python device for music, writing and coding">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<meta property="og:title" content="Tulip Creative Computer Web">
<meta property="og:image" content="https://tulip.computer/img/tulip_hero.jpg">
<meta property="og:description" content="Tulip on the web. An affordable, portable and focused Python device for music, writing and coding">
Expand All @@ -22,9 +22,9 @@
<meta property="product:price:currency" content="USD"/>
<meta property="og:availability" content="instock" />

<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon.png">
<meta name="author" content="shore pine sound systems">
<meta name="HandheldFriendly" content="true">
<title>Tulip Creative Computer Web</title>
Expand All @@ -36,21 +36,6 @@
<script type="text/javascript" src="enable-threads.js"></script>
<script type="text/javascript" src="amy.js"></script>
<script type="text/javascript" src="spss.js"></script>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://tulipcomputer.matomo.cloud/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src='https://cdn.matomo.cloud/tulipcomputer.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>

<body>
Expand Down

0 comments on commit c7c2e34

Please sign in to comment.