diff --git "a/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\346\226\207\346\234\254\347\273\274\345\220\210\351\242\230/\346\226\207\346\234\254\345\257\271\351\275\220\345\222\214\350\243\205\351\245\260.html" "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\346\226\207\346\234\254\347\273\274\345\220\210\351\242\230/\346\226\207\346\234\254\345\257\271\351\275\220\345\222\214\350\243\205\351\245\260.html" new file mode 100644 index 0000000000000000000000000000000000000000..1a0c5c25f115aa1a4ba05d486a96130bf6ec912c --- /dev/null +++ "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\346\226\207\346\234\254\347\273\274\345\220\210\351\242\230/\346\226\207\346\234\254\345\257\271\351\275\220\345\222\214\350\243\205\351\245\260.html" @@ -0,0 +1,27 @@ + + + + + + Document + + + +
+ 这是一首诗。
+ 每个字都充满了情感,每个词都蕴含着深意。 +
+ + \ No newline at end of file diff --git "a/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\346\226\207\346\234\254\347\273\274\345\220\210\351\242\230/\346\226\207\346\234\254\346\216\222\347\211\210\350\256\276\350\256\241.html" "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\346\226\207\346\234\254\347\273\274\345\220\210\351\242\230/\346\226\207\346\234\254\346\216\222\347\211\210\350\256\276\350\256\241.html" new file mode 100644 index 0000000000000000000000000000000000000000..dfa1266d99d38007ed4800a9008b8a0c5e3c9738 --- /dev/null +++ "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\346\226\207\346\234\254\347\273\274\345\220\210\351\242\230/\346\226\207\346\234\254\346\216\222\347\211\210\350\256\276\350\256\241.html" @@ -0,0 +1,28 @@ + + + + + + Document + + + +
+

这是文章的第一段。

+

这是文章的第二段。

+
+ + \ No newline at end of file diff --git "a/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\346\226\207\346\234\254\347\273\274\345\220\210\351\242\230/\346\226\207\346\234\254\346\240\267\345\274\217\347\273\274\345\220\210\350\256\276\350\256\241.html" "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\346\226\207\346\234\254\347\273\274\345\220\210\351\242\230/\346\226\207\346\234\254\346\240\267\345\274\217\347\273\274\345\220\210\350\256\276\350\256\241.html" new file mode 100644 index 0000000000000000000000000000000000000000..2b68869a4c0daa1408487173af8613125a17adfa --- /dev/null +++ "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\346\226\207\346\234\254\347\273\274\345\220\210\351\242\230/\346\226\207\346\234\254\346\240\267\345\274\217\347\273\274\345\220\210\350\256\276\350\256\241.html" @@ -0,0 +1,40 @@ + + + + + + Document + + + +
+

这是一段需要高亮显示的文本。

+
+ + + \ No newline at end of file diff --git "a/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\350\267\221\351\251\254\347\201\257/\350\267\221\351\251\254\347\201\257.css" "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\350\267\221\351\251\254\347\201\257/\350\267\221\351\251\254\347\201\257.css" new file mode 100644 index 0000000000000000000000000000000000000000..2478ec09cc0bf268903f38605fe44dd0974e58bf --- /dev/null +++ "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\350\267\221\351\251\254\347\201\257/\350\267\221\351\251\254\347\201\257.css" @@ -0,0 +1,25 @@ +#marquee{ + + display: block; + width: 200px; + text-align: center; + position: absolute; + overflow: hidden; + -webkit-animation: marquee 10s linear infinite; + animation: marquee 10s linear infinite; + background-color: lightblue; + padding:50%; + +} +@keyframes marquee{ + + 0%{ + transform: translate(-25);} + 100%{ + transform: translateY(-650px); + } + } + P{ + color: darkred; + font-size: 50px; + } \ No newline at end of file diff --git "a/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\350\267\221\351\251\254\347\201\257/\350\267\221\351\251\254\347\201\257.html" "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\350\267\221\351\251\254\347\201\257/\350\267\221\351\251\254\347\201\257.html" new file mode 100644 index 0000000000000000000000000000000000000000..94f2eb2a3a707dc9cdbb79d0b726e0a0bb57f3a2 --- /dev/null +++ "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\350\267\221\351\251\254\347\201\257/\350\267\221\351\251\254\347\201\257.html" @@ -0,0 +1,16 @@ + + + + + + Document + + + +
+
+

我是你爹

+
+
+ + \ No newline at end of file diff --git "a/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\351\237\263\351\242\221/G.E.M.\351\202\223\347\264\253\346\243\213 - \345\200\222\346\225\260.mp4" "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\351\237\263\351\242\221/G.E.M.\351\202\223\347\264\253\346\243\213 - \345\200\222\346\225\260.mp4" new file mode 100644 index 0000000000000000000000000000000000000000..1f5eaebe9d48b8c3e894d1f979f64ca19e996173 Binary files /dev/null and "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\351\237\263\351\242\221/G.E.M.\351\202\223\347\264\253\346\243\213 - \345\200\222\346\225\260.mp4" differ diff --git "a/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\351\237\263\351\242\221/music.html" "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\351\237\263\351\242\221/music.html" new file mode 100644 index 0000000000000000000000000000000000000000..fb6904764195d2efae23ecfe44136572d487684c --- /dev/null +++ "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\351\237\263\351\242\221/music.html" @@ -0,0 +1,71 @@ + + + + + + Document + + + + + +
+ +
+ + + + +
+
+ 如何重置我的密码? +

请访问我们的密码重置页面,并按照指示操作。

+
+
+ 如何更新我的个人信息? +

登录您的账户,然后进入设置页面更新您的个人信息。

+
+
+ +
+ + + + + + + + +
+
` 和 `
` 元素 + - `
` 和 `
` 元素:`
` 用于包含一些独立的流内容,如图像、图表、照片、代码等。 + - `
` 为 `
` 元素提供标题或说明。 --> +
+ 超绝美图 +
+ + + + + + + + + \ No newline at end of file diff --git "a/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\351\237\263\351\242\221/yihuik\350\213\241\346\205\247 - \350\207\264\344\275\240.ncm" "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\351\237\263\351\242\221/yihuik\350\213\241\346\205\247 - \350\207\264\344\275\240.ncm" new file mode 100644 index 0000000000000000000000000000000000000000..d3adce12b68196421eac0668f096a1db4b79e741 Binary files /dev/null and "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\351\237\263\351\242\221/yihuik\350\213\241\346\205\247 - \350\207\264\344\275\240.ncm" differ diff --git "a/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\351\237\263\351\242\221/\345\276\256\344\277\241\345\233\276\347\211\207_20240607163151.jpg" "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\351\237\263\351\242\221/\345\276\256\344\277\241\345\233\276\347\211\207_20240607163151.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..36304e216ac34fe6dc0e0ff33eff256a35398e78 Binary files /dev/null and "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\351\237\263\351\242\221/\345\276\256\344\277\241\345\233\276\347\211\207_20240607163151.jpg" differ diff --git "a/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\351\237\263\351\242\221/\345\276\256\344\277\241\345\233\276\347\211\207_20240607163200.jpg" "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\351\237\263\351\242\221/\345\276\256\344\277\241\345\233\276\347\211\207_20240607163200.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..c13521817c8c57970abad75bc1e88a659f4364b5 Binary files /dev/null and "b/\346\235\216\344\275\263\350\261\252/\344\275\234\344\270\232/\344\275\234\344\270\232/\351\237\263\351\242\221/\345\276\256\344\277\241\345\233\276\347\211\207_20240607163200.jpg" differ diff --git "a/\346\235\216\344\275\263\350\261\252/\347\254\224\350\256\260/0919.md" "b/\346\235\216\344\275\263\350\261\252/\347\254\224\350\256\260/0919.md" new file mode 100644 index 0000000000000000000000000000000000000000..5323beb530f95ed8765b73d99cbdf9429294bcf6 --- /dev/null +++ "b/\346\235\216\344\275\263\350\261\252/\347\254\224\350\256\260/0919.md" @@ -0,0 +1,20 @@ +### H5最新语义标签 +1. `