u1s commited on
Commit
19310b3
·
verified ·
1 Parent(s): 8b3dc13

Upload index.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. index.html +15 -0
index.html ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="fr">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>PM-DS1: Design System</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ </head>
9
+ <body class="bg-gray-100">
10
+ <h1 class="text-3xl font-bold text-center text-blue-600">Design System PM-DS1</h1>
11
+ <div class="p-4 max-w-md mx-auto bg-white rounded-xl shadow-md mt-4">
12
+ <p class="text-gray-700">Template de base pour le design system.</p>
13
+ </div>
14
+ </body>
15
+ </html>