mirror of https://github.com/perkeep/perkeep.git
18 lines
370 B
HTML
18 lines
370 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Camlistored progress</title>
|
|
<link rel="stylesheet" href="blob_item.css" type="text/css">
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>hello</h1>
|
|
<div class="cam-blobitem cam-blobitem-loading">
|
|
<div class="lefttop"></div>
|
|
<div class="leftbottom"></div>
|
|
<div class="righttop"></div>
|
|
<div class="rightbottom"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|