Application header
The following header contains the application’s title. View more header configurations.
Code
<body class="coc-pl coc-pl-app">
...
<header id="coc-header" class="cui coc-header">
<a href="#update-page-link" id="coc-logo" class="coc-logo">
<img src="../img/simplify-logo/coc-logo-simplify.svg" alt="Return to the home page" id="coc-logo-mobile" class="no-print">
<img src="../img/coc-logo.svg" alt="Return to the home page" id="coc-logo-desktop">
</a>
<span class="app-title">Application title</span>
</header>
...
</body>