Spaces:
Configuration error
Configuration error
rajoute un fichier markdown a coté du html
Browse files
README.md
CHANGED
|
@@ -1,13 +1,24 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
```markdown
|
| 2 |
+
# My Static Space
|
| 3 |
+
|
| 4 |
+
Welcome to your static website hosted on Hugging Face Spaces!
|
| 5 |
+
|
| 6 |
+
## Features
|
| 7 |
+
|
| 8 |
+
- Simple HTML/CSS structure
|
| 9 |
+
- Easy to modify
|
| 10 |
+
- Hosted for free on Hugging Face
|
| 11 |
+
|
| 12 |
+
## How to Edit
|
| 13 |
+
|
| 14 |
+
1. Click on "Files and versions" tab
|
| 15 |
+
2. Edit `index.html` to change the content
|
| 16 |
+
3. Edit `style.css` to change the styling
|
| 17 |
+
4. Your changes will be automatically deployed
|
| 18 |
+
|
| 19 |
+
## Resources
|
| 20 |
+
|
| 21 |
+
- [Hugging Face Spaces Documentation](https://huggingface.co/docs/hub/spaces)
|
| 22 |
+
- [HTML Basics](https://developer.mozilla.org/en-US/docs/Web/HTML)
|
| 23 |
+
- [CSS Basics](https://developer.mozilla.org/en-US/docs/Web/CSS)
|
| 24 |
+
```
|