-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
26 lines (25 loc) · 1.07 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Cicada - CouchDB IDE: Creates and Deploys CouchApps</title>
<!-- YUI CSS -->
<link rel="stylesheet" type="text/css" href="inputex/lib/yui/reset-fonts/reset-fonts.css">
<link rel="stylesheet" type="text/css" href="inputex/lib/yui/base/base.css">
<link rel="stylesheet" type="text/css" href="inputex/lib/yui/grids/grids.css">
<script type="text/javascript" src="js/jquery.1.4.2.min.js"></script>
<link rel="stylesheet" type="text/css" href="cicada.css" />
</head>
<body>
<div id="doc" class="yui-t7">
<div id="hd"><h1>Cicada - CouchDB IDE: Creates and Deploys CouchApps</h1></div>
<div id="bd">
<div class="yui-g">
<div class="createappbtn"><a href="editing.html">+</a>
<span>new CouchApp</span></div>
</div>
</div>
<div id="ft"><p>© 2010 <a href="http://couchone.com/">CouchOne</a></p></div>
</div>
</body>
</html>