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.
23 lines
1.1 KiB
23 lines
1.1 KiB
<?xml version="1.0" encoding="utf-8" ?>
|
|
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
|
|
xmlns:local="clr-namespace:Views"
|
|
x:Class="Views.MainPage">
|
|
<VerticalStackLayout>
|
|
<Image Source="accueil.png"
|
|
MaximumWidthRequest="200"
|
|
Margin="20"
|
|
/>
|
|
<Label HorizontalOptions="Center"
|
|
FontSize="Large"
|
|
Text="Bienvenue sur Wikipet's"
|
|
FontFamily="DMSerifDisplay"/>
|
|
<Label MaximumWidthRequest="350"
|
|
HorizontalOptions="Center"
|
|
HorizontalTextAlignment="Center"
|
|
FontFamily="DMSerifDisplay"
|
|
Text="Notre application va vous permettre de découvrir l'animal de compagnie qui convient le mieux à vous et votre quotidien. Une fois l'animal adopté, vous pourrez sauvegardé tous les informations dont vous avez besoin."/>
|
|
</VerticalStackLayout>
|
|
</ContentPage>
|