Trending: Add 3n-alt - fixes
[csit.git] / resources / tools / dash / app / pal / trending / html_layout.txt
1 <!DOCTYPE html>
2 <html>
3     <head>
4         {%metas%}
5         <title>Continuous Performance Trending</title>
6         {%favicon%}
7         {%css%}
8     </head>
9     <body class="dash-template">
10         <header>
11             <div class="nav-wrapper">
12             <a href="/">
13                 <h1>FD.io CSIT</h1>
14             </a>
15             <a href="">
16                 <h1>Continuous Performance Trending</h1>
17             </a>
18             <nav>
19             </nav>
20             </div>
21         </header>
22         {%app_entry%}
23         <footer>
24             {%config%}
25             {%scripts%}
26             {%renderer%}
27         </footer>
28     </body>
29 </html>