Spaces:
Running
Running
Create index.html
Browse files- index.html +10 -28
index.html
CHANGED
|
@@ -1,29 +1,11 @@
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
-
<html lang="
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
website with DeepSite and enjoy the magic of AI."
|
| 13 |
-
/>
|
| 14 |
-
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
| 15 |
-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
| 16 |
-
<link
|
| 17 |
-
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap"
|
| 18 |
-
rel="stylesheet"
|
| 19 |
-
/>
|
| 20 |
-
<link
|
| 21 |
-
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap"
|
| 22 |
-
rel="stylesheet"
|
| 23 |
-
/>
|
| 24 |
-
</head>
|
| 25 |
-
<body>
|
| 26 |
-
<div id="root"></div>
|
| 27 |
-
<script type="module" src="/src/main.tsx"></script>
|
| 28 |
-
</body>
|
| 29 |
-
</html>
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
+
<html lang="fr">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<title>Mon premier site sur Hugging Face</title>
|
| 6 |
+
</head>
|
| 7 |
+
<body>
|
| 8 |
+
<h1>Bienvenue sur mon site hébergé sur Hugging Face 🎉</h1>
|
| 9 |
+
<p>Ceci est ma première page statique.</p>
|
| 10 |
+
</body>
|
| 11 |
+
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|