mirror of
https://gitee.com/mix-php/mix.git
synced 2024-12-02 03:37:56 +08:00
36 lines
1.1 KiB
HTML
36 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>MixPHP 开发文档</title>
|
|
<style>
|
|
body {
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-font-smoothing: antialiased;
|
|
color: #34495e;
|
|
font-family: Source Sans Pro,Helvetica Neue,Arial,sans-serif;
|
|
font-size: 15px;
|
|
letter-spacing: 0;
|
|
margin: 20px;
|
|
overflow-x: hidden;
|
|
}
|
|
h1 {
|
|
margin: 0 auto 1rem;
|
|
font-size: 1.5rem;
|
|
font-weight: 300;
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>MixPHP 开发文档</h1>
|
|
<ul>
|
|
<li><a href="3.0">V3.0</a></li>
|
|
<li><a href="https://www.kancloud.cn/onanying/mixphp2-2/content">V2.2</a></li>
|
|
<li><a href="https://www.kancloud.cn/onanying/mixphp2-1/content">V2.1</a></li>
|
|
<li><a href="https://www.kancloud.cn/onanying/mixphp2/content">V2.0</a></li>
|
|
<li><a href="https://www.kancloud.cn/onanying/mixphp1/content">V1.*</a></li>
|
|
</ul>
|
|
</body>
|
|
</html> |