changeset 90:85a1c21fe80f

Change default HTML.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Mar 2011 16:46:10 +0200
parents 7c5886f69065
children cc96bc955db6
files Ristipolku.html
diffstat 1 files changed, 6 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/Ristipolku.html	Thu Mar 03 16:43:15 2011 +0200
+++ b/Ristipolku.html	Thu Mar 03 16:46:10 2011 +0200
@@ -2,24 +2,17 @@
 <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; }
+  body { background: black; color: white; font-family: Arial, Verdana, sans-serif; }
   h1 { color: white; font-size: 14pt; }
+  div.applet { text-align: center; vertical-align: center; width: 100%; height: 100%; }
+  p.copyright { font-size: 8pt; text-align: center; }
  </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>
+<div class="applet">
 <applet code="Ristipolku.class" archive="Ristipolku.jar" width="1024" height="768"></applet>
+</div>
+<p class="copyright">&copy; Copyright 2011 Matti 'ccr' H&auml;m&auml;l&auml;inen</p>
 </body>
 </html>