golang.org/x/build@v0.0.0-20240506185731-218518f32b70/cmd/coordinator/templates/base.html (about)

     1  <!--
     2   Copyright 2022 The Go Authors. All rights reserved.
     3   Use of this source code is governed by a BSD-style
     4   license that can be found in the LICENSE file.
     5  -->
     6  
     7  {{define "build-header"}}
     8  {{if false}}<header class="Dashboard-topbar" style="background: antiquewhite;">
     9    <div>
    10      A banner isn't actively displayed at this time. This serves as a placeholder
    11      that can be used if a banner does need to be displayed.
    12    </div>
    13  </header>{{end}}
    14  <header>
    15    <h1>
    16      <a href="/">Go Build Coordinator</a>
    17    </h1>
    18    <nav>
    19      <ul>
    20        <li><a href="https://build.golang.org/">Build Dashboard</a></li>
    21        <li><a href="https://perf.golang.org/dashboard">Performance Dashboard</a></li>
    22        <li><a href="/builders">Builders</a></li>
    23      </ul>
    24    </nav>
    25    <div class="clear"></div>
    26  </header>{{end}}