Files
cheesy-arena-lite/templates/index.html

18 lines
561 B
HTML
Raw Normal View History

2014-09-06 17:38:21 -07:00
{{/*
Copyright 2014 Team 254. All Rights Reserved.
Author: pat@patfairbank.com (Patrick Fairbank)
Root page and entry point to Cheesy Arena.
*/}}
2014-06-06 21:26:55 -07:00
{{define "title"}}Home{{end}}
2014-06-02 23:52:48 -07:00
{{define "body"}}
<div class="jumbotron">
<h2>Welcome to Cheesy Arena.</h2>
<p>Use the navigation bar at the top to configure the event, play and score matches, view and print reports,
or launch displays.</p>
<p>For ad-hoc match control for testing or scrimmaging, go directly to
<a href="/match_play">Match Play</a>.</p>
2014-06-02 23:52:48 -07:00
</div>
{{end}}
2014-06-06 21:26:55 -07:00
{{define "script"}}{{end}}