diff --git "a/\346\261\237\346\226\207\346\267\257/20240904.md" "b/\346\261\237\346\226\207\346\267\257/20240904.md" new file mode 100644 index 0000000000000000000000000000000000000000..fc9a59e253f0a4eb120e289126b64f70bf8d9351 --- /dev/null +++ "b/\346\261\237\346\226\207\346\267\257/20240904.md" @@ -0,0 +1,32 @@ +#Markdown语法 +1. 标题 +# 一级标题 +## 二级标题 +### 三级标题 +#### 四级标题 +##### 五级标题 +###### 六级标题 +2. 字体 +*斜体文本* +_斜体文本_ +**粗体文本** +__粗体文本__ +# 列表 +1. 有序列表 + 1. 第一项 + 2. 第二项 + 3. 第三项 +2. 无序列表 + + 第一项 + + 第二项 + - 第三项 + - 第四项 +3. 框架列表 + | 666 | 777 | + |-|-| + | 五条悟 | 乙骨忧太 | +# 链接 +[菜鸟教程](https://www.runoob.com) +# 图片 +![alt 属性文本](图片地址) +![kd](./Kevin-Durant-Nike-KD-16-Vivid-Orange-Bright-Mandarin-DV2917-800-Release-Date.jpeg) \ No newline at end of file diff --git "a/\346\261\237\346\226\207\346\267\257/20240905.html" "b/\346\261\237\346\226\207\346\267\257/20240905.html" new file mode 100644 index 0000000000000000000000000000000000000000..075703386169141a920c104ca60ae1685c97e7b3 --- /dev/null +++ "b/\346\261\237\346\226\207\346\267\257/20240905.html" @@ -0,0 +1,14 @@ + + + + + + dream + + + 童年小游戏 + + + 网页标题 <title> + a接TAB + !接 TAB出现以上 \ No newline at end of file diff --git "a/\346\261\237\346\226\207\346\267\257/Kevin-Durant-Nike-KD-16-Vivid-Orange-Bright-Mandarin-DV2917-800-Release-Date.jpeg" "b/\346\261\237\346\226\207\346\267\257/Kevin-Durant-Nike-KD-16-Vivid-Orange-Bright-Mandarin-DV2917-800-Release-Date.jpeg" new file mode 100644 index 0000000000000000000000000000000000000000..ef05397822d47b3ecf0d7adb90699e2791c2a124 Binary files /dev/null and "b/\346\261\237\346\226\207\346\267\257/Kevin-Durant-Nike-KD-16-Vivid-Orange-Bright-Mandarin-DV2917-800-Release-Date.jpeg" differ