-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheggjs.html
40 lines (35 loc) · 1.11 KB
/
eggjs.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>Egg.js - Contributors</title>
<meta name="description" content="Born to build better enterprise frameworks and apps.">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.css">
<style>
.markdown-body {
box-sizing: border-box;
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 2em 1em;
}
.markdown-body .contributors {
width: 1280px;
max-width: 100%;
}
@media (max-width: 767px) {
}
</style>
</head>
<body>
<article class="markdown-body">
<h1>Egg.js</h1>
<blockquote>
<p>Born to build better enterprise frameworks and apps.</p>
</blockquote>
<h2>Contributors</h2>
<p><a href="https://github.com/eggjs/egg/graphs/contributors"><img src="https://ergatejs.implements.io/badges/contributors/eggjs/egg.svg?owner=eggjs&repo=egg&size=48" alt="contributors"></a></p>
</article>
</body>
</html>