mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
82625d6a9c
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5016 21ef857c-d57f-4fe0-8362-d861dc6d29cd
23 lines
827 B
PHP
23 lines
827 B
PHP
<div class="center">
|
|
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=242527&type=13" width="120" height="30" alt="Process Hacker is Hosted by SourceForge.net">
|
|
<br>
|
|
Copyright © 2008-2012 wj32
|
|
</div>
|
|
|
|
<!-- Google Analytics (Async)-->
|
|
<script type="text/javascript">
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-22023876-1']);
|
|
_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>
|
|
<!-- End Google Analytics -->
|
|
</body>
|
|
</html> |