diff options
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> |