funky-framadate-front/src/app/ui/navigation/master-head/master-head.component.html

15 lines
329 B
HTML

<div class="home_link">
<a [routerLink]="'home'" aria-roledescription="home">
<h1>
<span class="logo_first">Frama</span>
<span class="logo_second">date</span>
(démo)
</h1>
</a>
<div class="legend">
proposé par
<span class="legend_first">Frama</span>
<span class="legend_second">soft</span>
</div>
</div>