Code for my portfolio website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.1 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <meta name="robots" content="noindex" />
  7. <link rel="stylesheet" href="/css/styles.css">
  8. <!-- Matomo -->
  9. <script type="text/javascript">
  10. var _paq = window._paq = window._paq || [];
  11. /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  12. _paq.push(['trackPageView']);
  13. _paq.push(['enableLinkTracking']);
  14. (function() {
  15. var u = "//analytics.yeetpc.com/matomo/";
  16. _paq.push(['setTrackerUrl', u + 'matomo.php']);
  17. _paq.push(['setSiteId', '3']);
  18. var d = document,
  19. g = d.createElement('script'),
  20. s = d.getElementsByTagName('script')[0];
  21. g.type = 'text/javascript';
  22. g.async = true;
  23. g.src = u + 'matomo.js';
  24. s.parentNode.insertBefore(g, s);
  25. })();
  26. </script>
  27. <!-- End Matomo Code -->
  28. </head>
  29. <body>
  30. <title>You've been...</title>
  31. <h1>You've been...</h1>
  32. <script src="/js/redirectrickroll.js"></script>
  33. </body>
  34. </html>