Skip to content
Binary file added WebContent/images/IMG_8176.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WebContent/images/Sukhi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WebContent/images/raman.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions WebContent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<li>Kingdom of the Mountain and the Vale!</li>
<li>Kingdom of the Isles and Rivers</li>
<li>Kingdom of the Rock</li>
<li>King of the Germany</li>
<li>King of the Berlin</li>
<li>Kingdom of the Stormlands</li>
<li>Kingdom of the Reach</li>
<li>Principality of Dorne</li>
Expand All @@ -40,7 +42,7 @@
<tr>
<th>Kingdom</th>
<th>Lords</th>
<th>Symbol</th>
<th>Profiles</th>
</tr>
</thead>
<tbody>
Expand All @@ -49,6 +51,16 @@
<td>Stark of Winterfell</td>
<td align="center"><a href="http://gameofthrones.wikia.com/wiki/Winterfell"><img src="images/HouseStark.png" height="100" width="100"></a></td>
</tr>
<tr>
<td>King of The Germany</td>
<td>Raman</td>
<td align="center"><a href="https://github.com/ramandeep2008singh"><img src="images/raman.png" height="100" width="100"></a></td>
</tr>
<tr>
<td>King of The Berlin</td>
<td>Sukhjeevan</td>
<td align="center"><a href="https://github.com/sukhi90"><img src="images/Sukhi.png" height="100" width="100"></a></td>
</tr>
<tr>
<td>Kingdom of the Isles and Rivers</td>
<td>Harren Hoare</td>
Expand Down Expand Up @@ -83,6 +95,6 @@
</table>
</center>
<p>Dedicated to all <strong>Game of Thrones</strong><sup>&reg;</sup> fans</p>
<p><a href="#topOfPage">top</a></p>
<p><a href="Sukhi">top</a></p>
</body>
</html>
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<mkdir dir="dist"/>
</target>
<target name="compile" depends="init">
<javac srcdir="src" debug="true" destdir="build/classes">
<javac srcdir="src" includeantruntime="false" debug="true" destdir="build/classes">
<classpath refid="compile.classpath"/>
</javac>
</target>
Expand Down