huan-simple-html 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,30 @@
1
+ # 简单的欢迎页面(SIMPLE-HTML)
2
+
3
+ 这是一个简单的欢迎页面,我使用了静态的HTML+CSS+JS进行编码。
4
+
5
+ `index.new.html` 页面,可以作为你的默认建站页面。
6
+
7
+ 错误码页面在error文件夹下。
8
+
9
+ 注意:`.signal.html` 文件为内联样式之后的文件它可以作为一个单独的页面使用。
10
+
11
+ 注意:`.songzihuan.signal.html` 为添加作者个人样式的`signal.html文件`文件。
12
+
13
+ ## 作者信息
14
+ 作者:宋子桓(Song Zihuan)
15
+
16
+ 作者 Github:[github.com/SongZihuan](https://github.com/SongZihuan)
17
+
18
+ 作者主页:[song-zh.com](https://song-zh.com)
19
+
20
+ 作者邮箱:songzihuan@song-zh.com
21
+
22
+ ## 项目信息
23
+ 项目托管地址:[github.com/SongZihuan/simple-html](https://github.com/SongZihuan/simple-html)
24
+ Github Page托管: [github.com/huan-simple-html/huan-simple-html.github.io](https://github.com/huan-simple-html/huan-simple-html.github.io)
25
+ 测试访问:[homepage.song-zh.com](https://homepage.song-zh.com/)
26
+
27
+ 最后更新时间:2025年1月22日。
28
+
29
+ ## 特别注意
30
+ 备注:以上README为作者原文。
package/README_EN.md ADDED
@@ -0,0 +1,30 @@
1
+ # Simple Welcome Page (SIMPLE-HTML)
2
+
3
+ This is a simple welcome page. I used static HTML+CSS+JS to code it.
4
+
5
+ The `index.new.html` page can be used as your default website page.
6
+
7
+ The error code page is in the error folder.
8
+
9
+ Note: The `.signal.html` file is a file after the inline style. It can be used as a separate page.
10
+
11
+ Note: `.songzihuan.signal.html` is the `signal.html file` file with the author's personal style added.
12
+
13
+ ## Author information
14
+ Author: Song Zihuan
15
+
16
+ Author Github: [github.com/SongZihuan](https://github.com/SongZihuan)
17
+
18
+ Author homepage: [song-zh.com](https://song-zh.com)
19
+
20
+ Author email: songzihuan@song-zh.com
21
+
22
+ ## Project information
23
+ Project hosting address: [github.com/SongZihuan/simple-html](https://github.com/SongZihuan/simple-html)
24
+ Github Page hosting: [github.com/huan-simple-html/huan-simple-html.github.io](https://github.com/huan-simple-html/huan-simple-html.github.io)
25
+ Test access: [homepage.song-zh.com](https://homepage.song-zh.com/)
26
+
27
+ Last updated: January 22, 2025.
28
+
29
+ ## Special Note
30
+ Note: The above is the English translation of the author's [README.md](/README.md) (machine translation involved)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "huan-simple-html",
3
- "version": "1.0.0",
4
- "description": "一个简单的HTML项目,通过Webpack进行打包。请尽量使用pnpm处理此包。更多细节请查看\"README\"",
3
+ "version": "1.0.1",
4
+ "description": "一个简单的HTML项目,通过Webpack进行打包。请尽量使用pnpm处理此包。更多细节请查看\"README.md\"",
5
5
  "keywords": [
6
6
  "html",
7
7
  "css",
package/README DELETED
@@ -1,19 +0,0 @@
1
- 简单的欢迎页面(SIMPLE-HTML)
2
- ===================================
3
- 这是一个简单的欢迎页面,我使用了静态的HTML+CSS+JS进行编码。
4
- index.new.html页面,可以作为你的默认建站页面。
5
- 错误码页面在error文件夹下。
6
- 注意:`.signal.html` 文件为内联样式之后的文件它可以作为一个单独的页面使用。
7
-
8
- 作者:宋子桓(Song Zihuan)
9
- 作者 Github:https://github.com/SongZihuan
10
- 作者主页:https://song-zh.com
11
- 作者邮箱:songzihuan@song-zh.com
12
-
13
- 项目托管地址:https://github.com/SongZihuan/simple-html
14
- Github Page托管: https://github.com/huan-simple-html/huan-simple-html.github.io
15
- 测试访问:https://homepage.song-zh.com/
16
-
17
- 最后更新时间:2025年1月19日。
18
-
19
- 备注:以上README为作者原文。
package/README_EN DELETED
@@ -1,19 +0,0 @@
1
- Simple Welcome Page (SIMPLE-HTML)
2
- ====================================
3
- This is a simple welcome page. I used static HTML+CSS+JS for coding.
4
- The index.new.html page can be used as your default website page.
5
- The error code page is in the error folder.
6
- Note: The `.signal.html` file is a file after inline style. It can be used as a separate page.
7
-
8
- Author: 宋子桓 (Song Zihuan)
9
- Author Github: https://github.com/SongZihuan
10
- Author homepage: https://song-zh.com
11
- Author email: songzihuan@song-zh.com
12
-
13
- Project hosting address: https://github.com/SongZihuan/simple-html
14
- Github Page hosting: https://github.com/huan-simple-html/huan-simple-html.github.io
15
- Test access: https://homepage.song-zh.com/
16
-
17
- Last updated: January 19, 2025.
18
-
19
- Note: The above text is machine translated.