move the css to the templates
make the index.html template a bit more generic
This commit is contained in:
parent
9e172594b2
commit
0f22c7c4fd
2 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
|||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="stylesheet" href="../units.css" title="Eleazar">
|
||||
<link rel="stylesheet" href="units.css" title="Eleazar">
|
||||
<title>Wesnoth unit tree</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Wesnoth unit tree</h1>
|
||||
<p>Choose the version you want to browse:</p>
|
||||
<p><a href="stable/index.html">Stable (1.2.3)</a></p>
|
||||
<p><a href="dev/index.html">Development (1.3.1)</a></p>
|
||||
<p><a href="trunk/index.html">Trunk (Updated 14 Apr)</a></p>
|
||||
<p><a href="1.2/index.html">Stable (1.2)</a></p>
|
||||
<p><a href="1.3/index.html">Development (1.3)</a></p>
|
||||
<p><a href="trunk/index.html">Trunk</a></p>
|
||||
<br>
|
||||
<p>For all the translation of the unit description and trees, visit:</p>
|
||||
<p><a href="http://www.xs4all.nl/~roadie/wesnoth_units/1.0/">1.0 Branch</a></p>
|
||||
|
|
Loading…
Add table
Reference in a new issue