mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
26 lines
613 B
HTML
26 lines
613 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>calibre</title>
|
|
<meta charset="utf-8"/>
|
|
<script>window.interface_data_url = 'ajax/interface-data';</script>
|
|
<script type="text/javascript" src="static/main.js"></script>
|
|
<link rel="stylesheet" href="static/reset.css"></link>
|
|
</head>
|
|
<body>
|
|
<div id="page_load_progress">
|
|
<progress>
|
|
</progress>
|
|
<div>Loading library, please wait…<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>
|