summaryrefslogtreecommitdiffstats
path: root/web/templates/kill.html
blob: 6a22ba12795f72ee8bb7ec3d17446f3e746fa83e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{% extends "base.html" %}

{% block js %}
	<script src="/static/js/kill.js"></script>
{% end %}

{% block css %}
	<link rel="stylesheet" type="text/css" href="/css/kill.css" />
{% end %}

{% block main %}

<div id="ship"></div>
<table id="victim"></table>
<div class="clear"></div>

<table id="attackers"></table>

<table id="items"></table>

{% end %}