summaryrefslogtreecommitdiffstats
path: root/web/templates/corporation.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/corporation.html')
-rw-r--r--web/templates/corporation.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/web/templates/corporation.html b/web/templates/corporation.html
index 66eceb2..8e8e7fa 100644
--- a/web/templates/corporation.html
+++ b/web/templates/corporation.html
@@ -4,8 +4,21 @@
<script src="/static/js/corporation.js"></script>
{% end %}
+{% block css %}
+ <link rel="stylesheet" type="text/css" href="/css/corporation.css" />
+{% end %}
+
{% block main %}
-<div id="kills"></div>
+<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>
+ </tr>
+</table>
{% end %}