|
@@ -25,9 +25,16 @@
|
|
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
|
|
})();
|
|
|
</script>
|
|
|
-<!-- End Matomo code -->
|
|
|
+ <!-- End Matomo code -->
|
|
|
|
|
|
-<!-- Stein -->
|
|
|
-<script src="https://unpkg.com/stein-js-client"></script>
|
|
|
+ <!-- Redirect from Gitlab.io domain -->
|
|
|
+ <script type="text/javascript">
|
|
|
+ if (window.location.href.indexOf("gitlab.io/communityrule") > -1) {
|
|
|
+ window.location.replace("https://communityrule.info");
|
|
|
+ }
|
|
|
+ </script>
|
|
|
+
|
|
|
+ <!-- Stein database -->
|
|
|
+ <script src="https://unpkg.com/stein-js-client"></script>
|
|
|
|
|
|
</head>
|