blob: 3f0aa0cb8dc18e1bd3a33cac3782582a7e69608e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<!DOCTYPE html>
<html>
<head>
{%metas%}
<title>Continuous Performance Trending</title>
{%favicon%}
{%css%}
</head>
<body class="dash-template">
<header>
<div class="nav-wrapper">
<a href="/">
<h1>FD.io CSIT</h1>
</a>
<a href="">
<h1>Continuous Performance Trending</h1>
</a>
<nav>
</nav>
</div>
</header>
{%app_entry%}
<footer>
{%config%}
{%scripts%}
{%renderer%}
</footer>
</body>
</html>
|