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.html25
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 %}