15 lines
401 B
HTML
15 lines
401 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>HTTPS test sample</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<h1>Secure/Nonsecure connection</h1>
|
|
<hr>
|
|
<applet codebase="." code="SecureApplet.class" width=250 height=250>
|
|
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>
|
|
</BODY>
|
|
</HTML>
|
|
|