You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
493 B
24 lines
493 B
@page "/"
|
|
@using System.Globalization
|
|
|
|
<PageTitle>Home</PageTitle>
|
|
|
|
<div>
|
|
<div>
|
|
<h1>Welcome to SpotiBlazor</h1>
|
|
</div>
|
|
|
|
<div>
|
|
<div class="pres">
|
|
<h3 class="text-end">Vous voulez crée,modidier votre playlist !?</h3>
|
|
<a href="MusiquesListe" class="btn btn-primary butIndex"> Ici</a>
|
|
</div>
|
|
<div class="pres" >
|
|
<h3 class="text-end " >Pour écouter les musiques de votre playlist !</h3>
|
|
<a href="Play" class="btn btn-primary butIndex"> Ici</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|