Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{% block title %}CalibreSync{% endblock %}</title>
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<a href="/" class="brand">CalibreSync</a>
|
||||
<a href="/">Dashboard</a>
|
||||
<a href="/books">Books</a>
|
||||
<a href="/settings">Settings</a>
|
||||
</nav>
|
||||
<main>
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
<footer>CalibreSync — <a href="/docs" target="_blank">API docs</a></footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user