funky-framadate-front/src/app/app.component.html

13 lines
317 B
HTML

<!--The content below is only a placeholder and can be replaced.-->
<div style="text-align:center">
<h1 >
<span i18n>Bienvenue sur </span>
<span class="logo_first">Frama</span>
<span class="logo_second">date</span>
</h1>
<p i18n>
Ceci est une démo
</p>
</div>
<router-outlet></router-outlet>