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

12 lines
282 B
HTML

<!--The content below is only a placeholder and can be replaced.-->
<div style="text-align:center">
<h1 i18n>
Bienvenue sur Framadate
</h1>
<p i18n>
Ceci est une démo
</p>
</div>
<framadate-form-container></framadate-form-container>
<router-outlet></router-outlet>