16 lines
298 B
HTML
16 lines
298 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>CouchRest - a simple CouchDB Client</title>
|
|
</head>
|
|
<body>
|
|
<h1>
|
|
CouchRest - a simple CouchDB Client
|
|
</h1>
|
|
<p>
|
|
CouchDB is sweet. It doesn't take much Ruby to make it easy.
|
|
</p>
|
|
<h2>Sweet and easy.</h2>
|
|
</body>
|
|
</html>
|