-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
49 lines (44 loc) · 1.77 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
<!DOCTYPE html>
<html>
<head>
<title>KissJS Team</title>
<link rel="stylesheet" href="css/bootstrap.css" type="text/css">
<link rel="stylesheet" href="css/base.css" type="text/css">
<script src="js/jquery-1.7.2.min.js" type="text/javascript"></script>
<script src="js/base.js" type="text/javascript"></script>
</head>
<body style="background-image: url(img/background.png) ">
<div id="layout">
<div id="header">
<div id="cons"><h1>console.log("Welcome <a href="https://github.com/kissjs">KissJS</a>!");</h1></div>
<div id="desc">KissJS is a team for node.js framework development.</div>
</div>
<div id="proj">
<ul>
<li><a href="https://github.com/kissjs/node-mongoskin">
<div class="main">
<span class="label">Fork on Github!</span><h1>mongoskin</h1>
<div class="git">An easy to use driver of mongodb for nodejs.</div>
</div>
</a>
</li>
<li><a href="https://github.com/kissjs/JSinJS">
<div class="main">
<span class="label">Fork on Github!</span><h1>JSinJS</h1><div class="git">A JS parser in JS.</br>Write less, do more.</div>
</div>
</a>
</li>
<li><a href="https://github.com/kissjs/siege.js">
<div class="main">
<span class="label">Fork on Github!</span><h1>siege.js</h1><div class="git">A super simple <b>http benchmark</b> for node.js</div>
</div>
</a>
</li>
</ul>
</div>
<div id="sense">
<center><p>Keep it simple, Stupid!</p></center>
</div>
</div>
</body>
</html>