annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 <head>
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 <title>Ristipolku</title>
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 <style type="text/css">
90
85a1c21fe80f Change default HTML.
Matti Hamalainen <ccr@tnsp.org>
parents: 51
diff changeset
6 body { background: black; color: white; font-family: Arial, Verdana, sans-serif; }
17
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 h1 { color: white; font-size: 14pt; }
90
85a1c21fe80f Change default HTML.
Matti Hamalainen <ccr@tnsp.org>
parents: 51
diff changeset
8 div.applet { text-align: center; vertical-align: center; width: 100%; height: 100%; }
85a1c21fe80f Change default HTML.
Matti Hamalainen <ccr@tnsp.org>
parents: 51
diff changeset
9 p.copyright { font-size: 8pt; text-align: center; }
17
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 </style>
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 </head>
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 <body>
90
85a1c21fe80f Change default HTML.
Matti Hamalainen <ccr@tnsp.org>
parents: 51
diff changeset
13 <div class="applet">
51
f81f76458b92 Work on widgets.
Matti Hamalainen <ccr@tnsp.org>
parents: 17
diff changeset
14 <applet code="Ristipolku.class" archive="Ristipolku.jar" width="1024" height="768"></applet>
90
85a1c21fe80f Change default HTML.
Matti Hamalainen <ccr@tnsp.org>
parents: 51
diff changeset
15 </div>
85a1c21fe80f Change default HTML.
Matti Hamalainen <ccr@tnsp.org>
parents: 51
diff changeset
16 <p class="copyright">&copy; Copyright 2011 Matti 'ccr' H&auml;m&auml;l&auml;inen</p>
17
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 </body>
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 </html>