added a navigation bar and modified the css file so that some links look like buttons.

This commit is contained in:
phear 2005-12-14 19:02:56 +00:00
parent da320b42c6
commit c4ee02e046
9 changed files with 59 additions and 131 deletions

View file

@ -7,5 +7,5 @@
<input name="password" type="text" class="text" size="20"></p>
<p><input type="submit" class="submit" value="login"></p>
</form>
<a href="/createaccount"> create account</a><br>
<div class="button">Don't have an account? <a href="/createaccount"> create one!</a><br></div>
<?cs include:"templates/footer.cs" ?>