mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-22 15:00:46 -04:00
30 lines
928 B
HTML
30 lines
928 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">
|
|
<script>window.calibre_entry_point = 'ENTRY_POINT';</script>
|
|
<script type="text/javascript" src="static/main.js"></script>
|
|
<link rel="stylesheet" href="static/reset.css"></link>
|
|
<link rel="stylesheet" href="static/font-awesome/fa.css"></link>
|
|
</head>
|
|
<body>
|
|
<div id="page_load_progress">
|
|
<progress>
|
|
</progress>
|
|
<div>LOADING_MSG…<div>
|
|
<style type="text/css">
|
|
#page_load_progress {
|
|
position:relative;
|
|
top: 50px;
|
|
margin-left: auto; margin-right: auto;
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</div>
|
|
</body>
|
|
</html>
|