Kovid Goyal 53d50a1730 ...
2016-05-02 01:03:46 +05:30

40 lines
958 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">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" type="image/png" href="favicon.png">
</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>
<!-- reset styles {{{ -->
<style type="text/css">
RESET_STYLES
</style>
<!-- }}} -->
<!-- SVG icon definitions {{{ -->
ICONS
<!-- }}} -->
<!-- main.js {{{ -->
<script id="main_js">MAIN_JS</script>
<!-- }}} -->
</body>
</html>