diff options
Diffstat (limited to 'web/templates')
-rw-r--r-- | web/templates/base.html | 3 | ||||
-rw-r--r-- | web/templates/kill.html | 8 |
2 files changed, 9 insertions, 2 deletions
diff --git a/web/templates/base.html b/web/templates/base.html index b05a4fa..47b7a99 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -1,7 +1,8 @@ <!DOCTYPE html> <html> <head> - <link rel="stylesheet" type="text/css" href="/css/base.css" /> + <link rel="stylesheet" type="text/css" href="/css/base.css"> + <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Metrophobic"> {% block css %}{% end %} <script src="//ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools.js"></script> <script> diff --git a/web/templates/kill.html b/web/templates/kill.html index 48abdaa..818529e 100644 --- a/web/templates/kill.html +++ b/web/templates/kill.html @@ -57,7 +57,13 @@ <table id="attackers"></table> -<table id="items"></table> +<table id="items"> + <thead><tr> + <th></th> + <th></th> + <th></th> + </tr></thead> +</table> <div class="clear"></div> |