| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8" /> |
| <meta content="width=device-width, initial-scale=1" name="viewport" /> |
| <link href="screen.css" media="all" rel="stylesheet" type="text/css" /> |
| <link href="typo-welcome-validated.css" media="all" rel="stylesheet" type="text/css" /> |
| <title>Dashboard</title> |
| </head> |
| <body class="osbp typo-welcome"> |
| <header class="header" style="background: rgb(0, 103, 177); padding-top: 10px;"> |
| <div style="background: rgb(0, 103, 177);"> |
| <div class="inner small"> |
| <h2 class="headlineH2withoutUnderline versal">$dashboard_title$</h2> |
| <h3 class="align-center" style="color: rgb(255, 255, 255);">$dashboard_subtitle$</h3> |
| </div> |
| </div> |
| </header> |
| </body> |
| </html> |