mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-03 23:52:51 +08:00
17 lines
412 B
HTML
17 lines
412 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<%- include("../component/header.html"); %>
|
|
<%- include("../component/header-admin.html"); %>
|
|
</head>
|
|
<body>
|
|
<%- include("../component/navbar.html"); %>
|
|
<main class="main">
|
|
<h1><%= title %></h1>
|
|
<div id="container">
|
|
|
|
</div>
|
|
</main>
|
|
<%- include("../component/footer-admin.html"); %>
|
|
</body>
|
|
</html> |