blob: 4bd3add3e4c1449ed70899c1d16c552eb3140208 [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001<div class="mdl-layout__header-row">
2
3 <!-- Title -->
4 <span id="header-title" class="mdl-layout-title">Title goes here</span>
5
6 <!-- Add spacer, to align navigation to the right -->
7 <div class="mdl-layout-spacer"></div>
8
9 <label id="go-home" class="mdl-button mdl-js-button mdl-button--icon mdl-button--colored">
10 <a href="index.html">
11 <i class="material-icons">home</i>
12 </a>
13 </label>
14
15 <button id="header-menu" class="mdl-button mdl-js-button mdl-button--icon">
16 <i class="material-icons">more_vert</i>
17 </button>
18 <ul class="mdl-menu mdl-menu--bottom-right mdl-js-menu mdl-js-ripple-effect" for="header-menu">
19 <li class="mdl-menu__item">Some Action</li>
20 <li class="mdl-menu__item">Another Action</li>
21 <li disabled class="mdl-menu__item">Disabled Action</li>
22 <li class="mdl-menu__item">Yet Another Action</li>
23 </ul>
24</div>