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

13 lines
357 B
HTML
Raw Normal View History

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