Added color setting.
Fixed missing comments. Added version number.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<html>
|
||||
<title>Estructuras de Datos</title>
|
||||
<head>
|
||||
<SCRIPT src="dtjava.js"></SCRIPT>
|
||||
<script src="http://java.com/js/dtjava.js"></script>
|
||||
<script>window.dtjava || document.write('<script src="dtjava.js"><\/script>')</script>
|
||||
<script>
|
||||
function launchApplication(jnlpfile) {
|
||||
dtjava.launch( {
|
||||
@@ -17,9 +18,10 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<b>Estructuras de Datos 1.0.2 (14/08/2016)</b><br>
|
||||
<b>The webstart and embedded verions require java 8 to run! It is also necessary to add cromer.cl to your trusted sites in java settings because the java applet is unsigned.</b><br><hr>
|
||||
<b>Windows:</b> <a href='EDD-1.0.0.zip'>click to download windows binary</a><br><hr>
|
||||
<b>Linux:</b> <a href='EDD-1.0.0.tar.gz'>click to download linux binary</a><br><hr>
|
||||
<b>Windows:</b> <a href='EDD-1.0.2.zip'>click to download windows binary</a><br><hr>
|
||||
<b>Linux:</b> <a href='EDD-1.0.2.tar.gz'>click to download linux binary</a><br><hr>
|
||||
<b>Webstart:</b> <a href='Estructuras_de_Datos.jnlp' onclick="return launchApplication('Estructuras_de_Datos.jnlp');">click to launch this app as webstart</a><br><hr>
|
||||
<b>Embedded:</b> <a href='edd.html'>click to launch this app as embedded app</a><br><hr><br>
|
||||
<b>Source code:</b> <a href='https://github.com/cromerc/Estructuras_de_Datos'>github</a><br><hr>
|
||||
|
||||
Reference in New Issue
Block a user