forked from easy-swoole/doc-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·55 lines (55 loc) · 2.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>easySwoole|swoole框架|swoole拓展|swoole</title>
<meta name="keywords" content="easySwoole|swoole框架|swoole拓展|swoole"/>
<meta name="description" content="easySwoole是一款高度封装了swoole拓展而依旧保持swoole原有特性的一个高性能异步框架,旨在提供一个高效、快速、优雅的框架给php开发者。"/>
<link href="css/bulma-0.7.4/css/bulma.min.css" rel="stylesheet">
<link href="css/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<div class="main">
<nav class="navbar">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img src="img/easyswoole.png" alt="EASYSWOOLE">
</a>
</div>
<div id="navbar" class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item" href="/Manual/3.x/Cn/_book/">文档</a>
<a class="navbar-item" href="https://github.com/easy-swoole/easyswoole" target="_blank">Github</a>
<a class="navbar-item" href="en.html" target="_blank">ENGLISH</a>
</div>
</div>
</div>
</nav>
<section class="hero has-text-centered">
<div class="hero-body" style="padding-bottom: 0; padding-top: 1.5rem">
<div class="container">
<h3 class="hero-headline animated fadeInUp">一种愉悦的开发方式</h3>
<!--<div class="hero-subtitle">EasySwooe,一个简单,高效,快速的高并发框架</div>-->
<div class="hero-btn"><a class="btn-blue" id="start" href="/Manual/3.x/Cn/_book/Introduction/install.html">开始使用</a></div>
</div>
<!-- 动画 -->
<embed class="image esanimation" src="img/easy.svg" type="image/svg+xml" pluginspage="img/easy.svg"/>
</div>
</section>
<!-- 全局页脚 -->
<footer class="footer" style="padding-bottom: 1rem;padding-top: 1rem">
<div class="container">
<div class="content has-text-centered">
<p>
<strong>Easyswoole</strong> is power by <strong>yifeng.zhang</strong>
</p>
</div>
</div>
</footer>
</div>
</body>
</html>