diff options
author | raylu <raylu@gridium.com> | 2013-10-22 19:29:47 -0700 |
---|---|---|
committer | raylu <raylu@gridium.com> | 2013-10-22 19:30:38 -0700 |
commit | 0dea8f430e4905da98d7009bdf111e0965fedd22 (patch) | |
tree | bc15ef1accedd36af12db9023becb8eb55cd3229 /web/templates/corporation.html | |
parent | 1b81975f1fb3d1341cad30061dc195581e2264b6 (diff) | |
download | ykill-0dea8f430e4905da98d7009bdf111e0965fedd22.tar.xz |
alliance and character pages
Diffstat (limited to 'web/templates/corporation.html')
-rw-r--r-- | web/templates/corporation.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/web/templates/corporation.html b/web/templates/corporation.html deleted file mode 100644 index c8550d7..0000000 --- a/web/templates/corporation.html +++ /dev/null @@ -1,25 +0,0 @@ -{% extends "base.html" %} - -{% block js %} - <script src="/static/js/corporation.js"></script> -{% end %} - -{% block css %} - <link rel="stylesheet" type="text/css" href="/css/corporation.css" /> -{% end %} - -{% block main %} - -<table id="kills"> - <tr> - <th class="time">time</th> - <th class="system">system</th> - <th class="victim_portrait"></th> - <th class="victim">victim</th> - <th class="killer_portrait"></th> - <th class="killer">killer(s)</th> - <th class="value">value</th> - </tr> -</table> - -{% end %} |