BlinkenArea - GitList
Repositories
Blog
Wiki
BlinkenSimJava
Code
Commits
Branches
Tags
Search
Tree:
2758af6
Branches
Tags
master
v0.1
v0.1.1
v0.2
BlinkenSimJava
test.html
removed outdated hostnames in examples
Stefan Schuermans
commited
2758af6
at 2011-07-16 15:43:37
test.html
Blame
History
Raw
<html> <head> <title>test for BlinkenSimJava</title> </head> <body> <applet code="BlinkenSim.class" width="300" height="500"> <param name="host" value="localhost"> <param name="port" value="23231"> </applet> </body> </html>