-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 1.54 KB
/
index.html
File metadata and controls
29 lines (28 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Statos.com - Java Game PUC</title>
</head>
<body bgcolor=#cccccc>
<center>
<applet code=puc.class width=400 height=300>
<h1>If you're seeing this text it means your browser can't display Java applets.</h1>
</applet>
<br><br>
I am using <i>Netscape Communicator 4.79</i> to test and play my java games, it works just fine.
<br><br>
Here are some links to install <i>Netscape</i> on <i>Windows</i> (yes, it works yet in 2023, win11 and so on):
<br><br>
<a href="https://netscape-communicator-complete-4-79.en.softonic.com/" target="_blank">https://netscape-communicator-complete-4-79.en.softonic.com/</a>
<br><br>
<a href="https://download.cnet.com/Netscape-Communicator-32-bit-Base-Install/3000-2356_4-10004411.html" target="_blank">https://download.cnet.com/Netscape-Communicator-32-bit-Base-Install/3000-2356_4-10004411.html</a>
<br><br>
Additionally, there are some browser extentions out there promising to run java applets, I didn't test myself yet. Also Webassembler resources seems to have being able to run old java applets, like this one.<br><br>
Wanna see my latest developments? Have a look:
<br><br>
<a href="https://play.google.com/store/apps/developer?id=statos.com" target="_blank">https://play.google.com/store/apps/developer?id=statos.com</a>
<br><br>
</center>
</body>
</html>