Added apache license and fixed formatting of web files
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
<!--
|
||||
Copyright 2012 Richard Barrette
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License
|
||||
-->
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<jnlp spec="1.0+" codebase="" href="">
|
||||
<information>
|
||||
@@ -5,9 +20,7 @@
|
||||
<vendor>Richard Barrette</vendor>
|
||||
</information>
|
||||
<resources>
|
||||
<!-- Application Resources -->
|
||||
<j2se version="1.6+"
|
||||
href="http://java.sun.com/products/autodl/j2se" />
|
||||
<j2se version="1.6+" ref="http://java.sun.com/products/autodl/j2se" />
|
||||
<jar href="Asteroids.jar" main="true" />
|
||||
</resources>
|
||||
<applet-desc
|
||||
|
||||
@@ -1,3 +1,18 @@
|
||||
<!--
|
||||
Copyright 2012 Richard Barrette
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License
|
||||
-->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html lang="en-US">
|
||||
<HEAD>
|
||||
@@ -7,11 +22,11 @@
|
||||
<br/>
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<applet width="800" height="500" code="com.RickBarrette.asteroids.GameApplet">
|
||||
<applet width="100%" height="70%" code="com.RickBarrette.asteroids.GameApplet">
|
||||
<param name="jnlp_href" value="Asteroids.jnlp">
|
||||
</applet>
|
||||
|
||||
<br/>
|
||||
<h3>Controls</h3>
|
||||
<strong>Steering: </strong> [W] [A] [S] [D] or [Arrow] Keys
|
||||
<br/>
|
||||
<strong>Fire:</strong> [Space]
|
||||
|
||||
Reference in New Issue
Block a user