From d1e3fc2f99dcb66d3fb0f89cce3fe65876f8831b Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Thu, 20 May 2021 11:15:05 -0400 Subject: Added templates for about and home pages. --- captain/templates/home.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 captain/templates/home.html (limited to 'captain/templates/home.html') diff --git a/captain/templates/home.html b/captain/templates/home.html new file mode 100644 index 0000000..a804d62 --- /dev/null +++ b/captain/templates/home.html @@ -0,0 +1,13 @@ +{% extends index.html as contents %} + +

Welcome to the Levitating Build Service for the {{ project }} Project

+ +

This server will automate job launching across multiple machines, platforms, and tasks. Feel free to explore:

+ + -- cgit v1.2.3