comparison Ristipolku.html @ 90:85a1c21fe80f

Change default HTML.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Mar 2011 16:46:10 +0200
parents f81f76458b92
children
comparison
equal deleted inserted replaced
89:7c5886f69065 90:85a1c21fe80f
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <head> 2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4 <title>Ristipolku</title> 4 <title>Ristipolku</title>
5 <script type="text/javascript" src="util.js"></script>
6 <style type="text/css"> 5 <style type="text/css">
7 body { background: black; color: #00bb00; font-family: Arial, Verdana, sans-serif; } 6 body { background: black; color: white; font-family: Arial, Verdana, sans-serif; }
8 h1 { color: white; font-size: 14pt; } 7 h1 { color: white; font-size: 14pt; }
8 div.applet { text-align: center; vertical-align: center; width: 100%; height: 100%; }
9 p.copyright { font-size: 8pt; text-align: center; }
9 </style> 10 </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> 11 </head>
22 <body> 12 <body>
13 <div class="applet">
23 <applet code="Ristipolku.class" archive="Ristipolku.jar" width="1024" height="768"></applet> 14 <applet code="Ristipolku.class" archive="Ristipolku.jar" width="1024" height="768"></applet>
15 </div>
16 <p class="copyright">&copy; Copyright 2011 Matti 'ccr' H&auml;m&auml;l&auml;inen</p>
24 </body> 17 </body>
25 </html> 18 </html>