tfrere HF Staff commited on
Commit
5abdfc0
·
verified ·
1 Parent(s): 063009d

rajoute un fichier markdown a coté du html

Browse files
Files changed (1) hide show
  1. README.md +24 -13
README.md CHANGED
@@ -1,13 +1,24 @@
1
- ---
2
- title: Markdown Magic Maker ✨
3
- colorFrom: green
4
- colorTo: green
5
- emoji: 🐳
6
- sdk: static
7
- pinned: false
8
- tags:
9
- - deepsite-v3
10
- ---
11
-
12
- # Welcome to your new DeepSite project!
13
- This project was created with [DeepSite](https://deepsite.hf.co).
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```