aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/mikespub/php-epub-meta/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/mikespub/php-epub-meta/templates/index.html')
-rw-r--r--vendor/mikespub/php-epub-meta/templates/index.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/vendor/mikespub/php-epub-meta/templates/index.html b/vendor/mikespub/php-epub-meta/templates/index.html
new file mode 100644
index 000000000..cc8bdba68
--- /dev/null
+++ b/vendor/mikespub/php-epub-meta/templates/index.html
@@ -0,0 +1,35 @@
+<html>
+<head>
+ <title>EPub Manager</title>
+
+ <link rel="stylesheet" type="text/css" href="../assets/css/smoothness/jquery-ui-1.13.2.custom.min.css" />
+ <link rel="stylesheet" type="text/css" href="../assets/css/cleditor/jquery.cleditor-1.4.5.css" />
+ <link rel="stylesheet" type="text/css" href="../assets/css/style.css" />
+
+ <script type="text/javascript">
+ {{ alert }}
+ </script>
+</head>
+<body>
+
+<div id="wrapper">
+ <ul id="booklist">
+ {{ booklist }}
+ </ul>
+
+ <h1>EPub Manager</h1>
+
+ <p>View and edit epub books stored in <code>{{ bookdir }}</code>.</p>
+ <div class="license">
+ <p>{{ license }}</p>
+ </div>
+
+ <!-- load at the end, for faster site load -->
+ <script type="text/javascript" src="../assets/js/jquery-3.7.1.min.js"></script>
+ <script type="text/javascript" src="../assets/js/jquery-ui-1.13.2.custom.min.js"></script>
+ <script type="text/javascript" src="../assets/js/jquery.cleditor-1.4.5.min.js"></script>
+ <script type="text/javascript" src="../assets/js/script.js"></script>
+
+</div>
+</body>
+</html>