changeset 17:0dfa894b873d

HTML for applet.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Jan 2011 08:13:11 +0200
parents 6f483536a063
children 4507a431b410
files Ristipolku.html
diffstat 1 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Ristipolku.html	Mon Jan 31 08:13:11 2011 +0200
@@ -0,0 +1,25 @@
+<!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="800" height="600"></applet>
+</body>
+</html>