-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,58 @@ | ||
<div style="padding:18px;max-width: 1024px;margin:0 auto;background-color:#fff;color:#333"> | ||
<h1>webman</h1> | ||
|
||
基于workerman开发的超高性能PHP框架 | ||
基于<a href="https://www.workerman.net" target="__blank">workerman</a>开发的超高性能PHP框架 | ||
|
||
|
||
<h1>Learning / 学习</h1> | ||
|
||
<ul> | ||
<li> | ||
<a href="https://www.workerman.net/webman" target="__blank">主页 / Home page</a> | ||
</li> | ||
<li> | ||
<a href="https://www.workerman.net/doc/webman" target="__blank">文档 / Document</a> | ||
</li> | ||
<li> | ||
<a href="https://www.workerman.net/doc/webman/install.html" target="__blank">安装 / Install</a> | ||
</li> | ||
<li> | ||
<a href="https://www.workerman.net/questions" target="__blank">问答 / Questions</a> | ||
</li> | ||
<li> | ||
<a href="https://www.workerman.net/apps" target="__blank">市场 / Apps</a> | ||
</li> | ||
<li> | ||
<a href="https://www.workerman.net/doc/webman/thanks.html" target="__blank">致谢 / Thanks</a> | ||
</li> | ||
<li> | ||
<a href="https://www.workerman.net/webman" target="__blank">主页 / Home page</a> | ||
</li> | ||
<li> | ||
<a href="https://www.workerman.net/doc/webman" target="__blank">文档 / Document</a> | ||
</li> | ||
<li> | ||
<a href="https://www.workerman.net/doc/webman/install.html" target="__blank">安装 / Install</a> | ||
</li> | ||
<li> | ||
<a href="https://www.workerman.net/questions" target="__blank">问答 / Questions</a> | ||
</li> | ||
<li> | ||
<a href="https://www.workerman.net/apps" target="__blank">市场 / Apps</a> | ||
</li> | ||
<li> | ||
<a href="https://www.workerman.net/sponsor" target="__blank">赞助 / Sponsors</a> | ||
</li> | ||
<li> | ||
<a href="https://www.workerman.net/doc/webman/thanks.html" target="__blank">致谢 / Thanks</a> | ||
</li> | ||
</ul> | ||
|
||
<div style="float:left;background-color:#fff;padding-bottom:30px;padding-left:20px;padding-right:20px;"> | ||
|
||
<h1>赞助商 / Sponsors</h1> | ||
|
||
<h3>特别赞助 / Special</h3> | ||
<a href="https://www.crmeb.com/?form=workerman"> | ||
<img src="https://www.workerman.net/img/sponsors/6429/20230719111500.svg" width="200"> | ||
</a> | ||
|
||
|
||
<h3>铂金赞助 / Platinum</h3> | ||
<a href="https://www.fadetask.com/?from=workerman"> | ||
<img src="https://www.workerman.net/img/sponsors/1/20230719084316.png" width="200"> | ||
</a> | ||
|
||
|
||
|
||
<h3>金牌赞助 / Gold</h3> | ||
<div style="float:left;padding-bottom:30px;"> | ||
|
||
<h1>赞助商 / Sponsors</h1> | ||
|
||
<h4>特别赞助 / Special</h4> | ||
<a href="https://www.crmeb.com/?form=workerman"> | ||
<img src="https://www.workerman.net/img/sponsors/6429/20230719111500.svg" width="200"> | ||
</a> | ||
|
||
<h4>铂金赞助 / Platinum</h4> | ||
<a href="https://www.fadetask.com/?from=workerman"> | ||
<img src="https://www.workerman.net/img/sponsors/1/20230719084316.png" width="200"> | ||
</a> | ||
|
||
<h4>金牌赞助 / Gold</h4> | ||
|
||
|
||
</div> | ||
|
||
|
||
<div style="clear: both"> | ||
<h1>许可证 / LICENSE</h1> | ||
|
||
The webman is open-sourced software licensed under the [MIT](./LICENSE) | ||
The webman is open-sourced software licensed under the MIT. | ||
</div> | ||
|
||
</div> |