view Ristipolku.html @ 166:bb2ee580bd2e

Fix button graphics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 01 Mar 2017 14:24:28 +0200
parents 85a1c21fe80f
children
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>
 <style type="text/css">
  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>
</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>