calibre/resources/content-server/index.html
Kovid Goyal 7d0c1d5276 ...
2016-04-07 22:33:21 +05:30

32 lines
855 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>calibre</title>
<meta charset="utf-8">
<meta name="robots" content="noindex">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="static/reset.css"></link>
</head>
<body>
<div id="page_load_progress">
<progress>
</progress>
<div>Loading, please wait&hellip;</div>
<style type="text/css">
#page_load_progress {
position:relative;
top: 50px;
margin-left: auto; margin-right: auto;
text-align: center;
}
</style>
</div>
<!-- SVG icon definitions {{{ -->
ICONS
<!-- }}} -->
<!-- main.js {{{ -->
<script id="main_js">MAIN_JS</script>
<!-- }}} -->
</body>
</html>