mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-05 08:31:37 +08:00
15 lines
349 B
HTML
15 lines
349 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<%- include("./component/header.html"); %>
|
|
</head>
|
|
<body>
|
|
<%- include("./component/navbar.html"); %>
|
|
<div class="main">
|
|
<h1><%= headText %></h1>
|
|
<div id="container">
|
|
</div>
|
|
</div>
|
|
<%- include("./component/footer.html"); %>
|
|
</body>
|
|
</html> |