summaryrefslogtreecommitdiffstats
path: root/partials/_header.p
blob: ca070eac2987dd825e30b8189d4cb67938cba63b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@header[]
$brand[synzr]

<header class="header clearfix">
    <picture>
        <source srcset="/img/pokepi.webp" type="image/webp">
        <source srcset="/img/pokepi.png" type="image/png">
        <img src="/img/pokepi.png" alt="Моя покеписона" class="pokepi">
    </picture>

    <h1 class="brand">
        ^for[i](0;^brand.length[] - 1){
            <span class="letter">^brand.mid($i;1)</span>
        }
    </h1>
</header>