eva2/resources/html/Default.html
Fabian Becker b1553f3088 fixes #21
Switched from Ant to Maven.

Usage: 

- Install Maven 3.x
- Enter directory with pom.xml
- Type mvn compile
- Enjoy!
2012-05-28 21:23:12 +00:00

15 lines
328 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<title>Default page</title>
</head>
<body>
 
<h1 align="center">HTML description file is missing</h1>
<center>
</center><br>
Unfortunately there is no additional HTML description
file to this class. Please refer to the JOptDocumentation
file or the JavaDoc for more information on this class.
</body>
</html>