comparison index.html @ 0:f930f72ed0f5

Initial import.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 Jan 2011 03:43:17 +0200
parents
children 562744de803c
comparison
equal deleted inserted replaced
-1:000000000000 0:f930f72ed0f5
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4 <title>Ristipolku</title>
5 <script type="text/javascript" src="util.js"></script>
6 <style type="text/css">
7 body { background: black; color: #00bb00; font-family: Arial, Verdana, sans-serif; }
8 h1 { color: white; font-size: 14pt; }
9 </style>
10 <script type="text/javascript">
11 var _gaq = _gaq || [];
12 _gaq.push(['_setAccount', 'UA-1985738-1']);
13 _gaq.push(['_trackPageview']);
14
15 (function() {
16 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
17 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
18 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
19 })();
20 </script>
21 </head>
22 <body>
23 <h1>Ristipolku</h1>
24 <applet code="Ristipolku.java" width="640" height="480"></applet>
25 </body>
26 </html>