summaryrefslogtreecommitdiffhomepage
path: root/recent.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'recent.tmpl')
-rw-r--r--recent.tmpl30
1 files changed, 30 insertions, 0 deletions
diff --git a/recent.tmpl b/recent.tmpl
new file mode 100644
index 0000000..8f0a48d
--- /dev/null
+++ b/recent.tmpl
@@ -0,0 +1,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}}