yavsc/Yavsc/Views/Home/Todo.cshtml

29 lines
430 B
Plaintext

@{
ViewData["Title"] = @SR["Todo (first)"];
}
<h1>@ViewData["Title"]</h1>
<em>BookAStar, Just book a star!</em>
<markdown>
1. Prise de commande
2. Messagerie instantanée
3. Production de l'estimation et de la facture
4. Paiement de la facture
</markdown>
@{
ViewData["Title"] = @SR["TODO"];
}
<h1>@ViewData["Title"]</h1>
<em>Faster, stronger, shorter</em>
<markdown>
</markdown>