2012-12-23 22:21:17 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
2012-12-24 00:01:15 +00:00
|
|
|
<head>
|
|
|
|
<script src="closure/goog/base.js"></script>
|
|
|
|
<script src="./deps.js"></script>
|
|
|
|
<script src="?camli.mode=config&var=CAMLISTORE_CONFIG"></script>
|
|
|
|
<script>
|
|
|
|
goog.require('camlistore.IndexPage');
|
|
|
|
</script>
|
|
|
|
<link rel="stylesheet" href="blob_item.css" type="text/css">
|
|
|
|
<link rel="stylesheet" href="blob_item_container.css" type="text/css">
|
|
|
|
<link rel="stylesheet" href="create_item.css" type="text/css">
|
|
|
|
<link rel="stylesheet" href="index.css" type="text/css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script>
|
|
|
|
var page = new camlistore.IndexPage(window.CAMLISTORE_CONFIG);
|
|
|
|
page.decorate(document.body);
|
|
|
|
</script>
|
|
|
|
</body>
|
2012-12-23 22:21:17 +00:00
|
|
|
</html>
|