diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-05-20 11:15:05 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-05-20 11:15:05 -0400 |
commit | d1e3fc2f99dcb66d3fb0f89cce3fe65876f8831b (patch) | |
tree | ea006de1ce274d61a9f704f39638f578463d7ec2 /captain/templates/home.html | |
parent | a13d6f007be2b43704b6237cacf668452172e591 (diff) | |
download | levitating-d1e3fc2f99dcb66d3fb0f89cce3fe65876f8831b.tar.gz levitating-d1e3fc2f99dcb66d3fb0f89cce3fe65876f8831b.zip |
Added templates for about and home pages.
Diffstat (limited to 'captain/templates/home.html')
-rw-r--r-- | captain/templates/home.html | 13 |
1 files changed, 13 insertions, 0 deletions
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 %} + +<h2>Welcome to the Levitating Build Service for the {{ project }} Project</h2> + +<p>This server will automate job launching across multiple machines, platforms, and tasks. Feel free to explore:</p> + +<ul> + <li><a href="releases.html">Releases</a> - Browse files uploaded by players as jobs and their tasks are performed</li> + <li><a href="jobs.html">Jobs</a> - View pending and completed jobs along with results</li> + <li><a href="players.html">Players</a> - Manage players, including adding new players to the team</li> + <li><a href="instructions.html">Instructions</a> - Launch certain instruction sets or assign instructions to players</li> + <li><a href="about.html">About</a> - Learn more about this service</li> +</ul> |