view Ristipolku.html @ 57:1435e9d7fd1a

Bugfix.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 23 Feb 2011 20:36:07 +0200
parents f81f76458b92
children 85a1c21fe80f
line wrap: on
line source

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Ristipolku</title>
 <script type="text/javascript" src="util.js"></script>
 <style type="text/css">
  body { background: black; color: #00bb00; font-family: Arial, Verdana, sans-serif; }
  h1 { color: white; font-size: 14pt; }
 </style>
 <script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-1985738-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>
</head>
<body>
<applet code="Ristipolku.class" archive="Ristipolku.jar" width="1024" height="768"></applet>
</body>
</html>