--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/demo/share/applets/GraphicsTest/example1.html Tue Sep 12 19:03:39 2017 +0200
@@ -0,0 +1,16 @@
+<html>
+ <head>
+ <title>Graphics Test (1.1)</title>
+ </head>
+ <body>
+ <h1>Graphics Test (1.1)</h1>
+ <hr>
+ <applet code=GraphicsTest.class width=400 height=400>
+ alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason."
+ Your browser is completely ignoring the <APPLET> tag!
+ </applet>
+ <hr>
+ <a href="GraphicsTest.java">The source</a>.
+ </body>
+</html>
+