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

15 lines
329 B
HTML
Raw Normal View History

2020-04-21 10:50:26 +02:00
<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>