25 lines
1.0 KiB
Cheetah
25 lines
1.0 KiB
Cheetah
<!-- Google Analytics -->
|
|
<script type="text/javascript">
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-18148792-3']);
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
(function() {
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
|
|
</script>
|
|
<!-- Replace Gitea icon with AniNIX -->
|
|
<script type="text/javascript">
|
|
document.getElementById('navbar').children[0].children[0].children[0].src="/assets/img/AniNIX.png";
|
|
$('meta[property=og\\:image]').attr('content', '/assets/img/AniNIX.png');
|
|
$('link[rel="mask-icon"]').attr('href', '/assets/img/AniNIX.png');
|
|
$('link[rel="mask-icon"]').attr('color', '#000000');
|
|
document.getElementById("pwdchange").setAttribute("target","_blank");
|
|
document.getElementById("chat").setAttribute("target","_blank");
|
|
</script>
|
|
|
|
|