2012-12-23 23:42:03 +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>
|
|
|
|
goog.require('camlistore.CreateItem');
|
|
|
|
</script>
|
|
|
|
<link rel="stylesheet" href="blob_item.css" type="text/css">
|
|
|
|
<link rel="stylesheet" href="create_item.css" type="text/css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script>
|
|
|
|
var x = new camlistore.CreateItem();
|
|
|
|
x.render(document.body);
|
|
|
|
</script>
|
|
|
|
</body>
|
2012-12-23 23:42:03 +00:00
|
|
|
</html>
|