summaryrefslogtreecommitdiffhomepage
path: root/recent.tmpl
blob: 8f0a48dfc512f3ebeed01c94d74d0eaeed6530da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{{define "recent"}}
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/page.css">
<title>Derelict - 3D visualizations of after the battle wreckage fields for EVE Online</title>

<header>
<h1>DERELICT</h1>
</header>

<section>
<h2>Recent</h2>
<table>
	<tr><td><a href="#">Battle in Amamake</a><td>127 wrecks<td>3 grids<td>2021-03-29 18:00
	<tr><td><a href="#">Battle in Eytjangard</a><td>20 wrecks<td>2 grids<td>2021-03-24 18:00
	<tr><td><a href="#">Battle in N-RAEL</a><td>8 wrecks<td>1 grid<td>2021-03-22 18:00
</table>
<h2>About</h2>
<p><strong>Derelict</strong> is a tool for 3D visualizations of after the battle wreckage fields for EVE Online. Main
aim of the project is to create a toolset for creators and services to present battles as 3D visualizations to their
audiences.
</section>

<footer>
Hosted and developed by <a href="https://ignore.pl">ignore.pl</a><br>
<a href="https://git.ignore.pl/derelict/tree/NOTICE">Copyright notice</a>
</footer>
{{end}}