This commit is contained in:
39
net.html
Normal file
39
net.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>RedKale - Java 开源框架</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
|
||||
</head>
|
||||
<body>
|
||||
<section class="page-header">
|
||||
<h1 class="project-name">RedKale</h1>
|
||||
<h2 class="project-tagline"></h2>
|
||||
<a href="/index.html" class="btn">RedKale</a>
|
||||
<a href="/convert.html" class="btn">Convert 组件</a>
|
||||
<a href="/service.html" class="btn">Service 组件</a>
|
||||
<a href="/source.html" class="btn">Source 组件</a>
|
||||
<a href="/net.html" class="btn">Net 组件</a>
|
||||
<a href="/net_http.html" class="btn">HTTP 协议</a>
|
||||
<a href="/net_sncp.html" class="btn">SNCP 协议</a>
|
||||
<a href="https://github.com/wentch/redkale" class="btn">Github 源码</a>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
<h3>
|
||||
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Convert 组件介绍</h3>
|
||||
|
||||
<p>敬请期待…… <br/>
|
||||
</p>
|
||||
|
||||
<footer class="site-footer">
|
||||
<span class="site-footer-owner"><a href="https://github.com/wentch/redkale">RedKale</a> © <a href="https://github.com/wentch">wentch</a> 欢迎加入RedKale技术交流QQ群: 527523235</span>
|
||||
</footer>
|
||||
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user