You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
413 B
HTML
14 lines
413 B
HTML
2 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>library</title>
|
||
|
<link rel="stylesheet" href="{{url_for('static', filename='style_default.css')}}">
|
||
|
<script src="{{url_for('static', filename='addnew_panel.js')}}"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- <a class="nav-link" href="{{ url_for('create') }}">New</a> -->
|
||
|
{% block content %} {% endblock %}
|
||
|
</body>
|
||
|
</html>
|