<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for BabyGame -->
<jnlp spec="1.0+"
codebase="http://www.hatherly.com/code/babygame/"
href="BabyKeyboardFun.jnlp">
<information>
<title>Baby Keyboard Fun</title>
<vendor>Adam Hatherly</vendor>
<description>For babies to who like playing with the computer keyboard :)</description>
<homepage href="http://www.hatherly.com/code/java-apps.shtml"/>
<description kind="short">Fun game for babies</description>
<offline-allowed/>
<desktop/>
</information>
<resources>
<jar href="BabyGame.jar"/>
<j2se version="1.5+"
href="http://java.sun.com/products/autodl/j2se"/>
</resources>
<application-desc main-class="BabyGame"/>
</jnlp>
syntax highlighted by Code2HTML, v. 0.9.1