aboutsummaryrefslogtreecommitdiffstats
path: root/src/VirtualInputDevice/HelloUniverse.html
blob: cd8d3de81c7c6a596107177bacdc37ec58a5617a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<HTML>
<HEAD>
<TITLE>Hello, Universe!</TITLE>
</HEAD>
<BODY BGCOLOR="#000000">
<applet align=middle code="HelloUniverse.class" width=350 height=350>
<blockquote>
<hr>
If you were using a Java-capable browser,
you would see Hello Universe! instead of this paragraph.
<hr>
</blockquote>
</applet>
</BODY>
</HTML>