Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_topScreen.twig « templates « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f85fb434d87fe9721d47eb3134af5462b2049240 (plain)
1
2
3
4
5
6
7
<nav>
    <div class="nav-wrapper">
        <a href="#main" tabindex="1" class="accessibility-skip-to-content">{{'CoreHome_SkipToContent'|translate}}</a>
        {% include "@CoreHome/_logo.twig" %}
        {% include "@CoreHome/_topBar.twig" %}
    </div>
</nav>