couchrest_model/website/index.html

16 lines
298 B
HTML
Raw Normal View History

2008-03-20 02:16:02 +01:00
<!DOCTYPE html>
<html>
<head>
2008-03-20 06:38:01 +01:00
<title>CouchRest - a simple CouchDB Client</title>
2008-03-20 02:16:02 +01:00
</head>
<body>
<h1>
CouchRest - a simple CouchDB Client
</h1>
<p>
2008-03-20 06:38:01 +01:00
CouchDB is sweet. It doesn't take much Ruby to make it easy.
2008-03-20 02:16:02 +01:00
</p>
2008-03-20 06:38:01 +01:00
<h2>Sweet and easy.</h2>
2008-03-20 02:16:02 +01:00
</body>
</html>