2013-06-11 09:50:56 +00:00
|
|
|
<!doctype html>
|
2012-11-09 18:35:59 +00:00
|
|
|
<html>
|
2013-06-11 09:50:56 +00:00
|
|
|
<head>
|
2013-10-14 01:12:53 +00:00
|
|
|
<link rel="shortcut icon" sizes="16x16" href="safe1-16.png">
|
|
|
|
<link rel="shortcut icon" sizes="32x32" href="safe1-32.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="16x16" href="safe1-16.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="32x32" href="safe1-32.png">
|
|
|
|
|
2013-06-11 09:50:56 +00:00
|
|
|
<script src="closure/goog/base.js"></script>
|
|
|
|
<script src="./deps.js"></script>
|
|
|
|
<script src="?camli.mode=config&var=CAMLISTORE_CONFIG"></script>
|
2014-01-02 05:56:03 +00:00
|
|
|
<script src="react/react-with-addons.js"></script>
|
2012-12-12 01:45:15 +00:00
|
|
|
|
2013-06-11 09:50:56 +00:00
|
|
|
<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">
|
2014-01-02 05:56:03 +00:00
|
|
|
<link rel="stylesheet" href="detail.css" type="text/css">
|
2013-06-11 09:50:56 +00:00
|
|
|
<link rel="stylesheet" href="index.css" type="text/css">
|
2013-12-17 02:55:38 +00:00
|
|
|
<link rel="stylesheet" href="nav.css" type="text/css">
|
2013-06-11 09:50:56 +00:00
|
|
|
<link rel="stylesheet" href="closure/goog/css/common.css" type="text/css">
|
2013-12-17 02:55:38 +00:00
|
|
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800">
|
2013-06-11 09:50:56 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script>
|
|
|
|
var page = new camlistore.IndexPage(CAMLISTORE_CONFIG);
|
|
|
|
page.decorate(document.body);
|
|
|
|
</script>
|
|
|
|
</body>
|
2012-11-09 18:35:59 +00:00
|
|
|
</html>
|