Merge pull request 'test: ajout phrase de test sur la home page' (#1) from test/mini-update into main
Reviewed-on: AVQN/test#1
This commit is contained in:
@@ -110,6 +110,4 @@ Créez un fichier `.jsx` dans `src/components/` et utilisez-le avec une directiv
|
|||||||
- [Tailwind CSS](https://tailwindcss.com) - Framework CSS utility-first
|
- [Tailwind CSS](https://tailwindcss.com) - Framework CSS utility-first
|
||||||
- [Docker](https://www.docker.com) - Containerisation
|
- [Docker](https://www.docker.com) - Containerisation
|
||||||
|
|
||||||
## 📄 Licence
|
|
||||||
|
|
||||||
MIT
|
|
||||||
|
|||||||
@@ -15,6 +15,13 @@ import Navbar from "../components/Navbar.astro";
|
|||||||
<p class="text-xl text-gray-600 leading-relaxed">
|
<p class="text-xl text-gray-600 leading-relaxed">
|
||||||
Un starter kit pensé pour la simplicité et l'élégance.
|
Un starter kit pensé pour la simplicité et l'élégance.
|
||||||
</p>
|
</p>
|
||||||
|
<div class="mt-4">
|
||||||
|
<span
|
||||||
|
class="inline-block px-3 py-1 text-xs font-medium bg-gray-100 text-gray-700 rounded-full"
|
||||||
|
>
|
||||||
|
v2.0 - Test auto-deploy
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="prose prose-gray max-w-none">
|
<div class="prose prose-gray max-w-none">
|
||||||
|
|||||||
@@ -19,6 +19,9 @@ import Navbar from "../components/Navbar.astro";
|
|||||||
Un point de départ minimal et élégant pour vos projets web
|
Un point de départ minimal et élégant pour vos projets web
|
||||||
modernes.
|
modernes.
|
||||||
</p>
|
</p>
|
||||||
|
<p class="text-sm text-gray-500 mt-2 italic">
|
||||||
|
✨ Mise à jour de test — Version améliorée
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Features -->
|
<!-- Features -->
|
||||||
|
|||||||
Reference in New Issue
Block a user