1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-10-10 01:35:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

继续搭建前端nodejs框架,添加字体动态压缩

This commit is contained in:
2022-03-13 19:46:44 +08:00
parent 6f4f4f3156
commit 02fa2bd8c6
22 changed files with 389 additions and 339 deletions

View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<%- include("./component/header.html"); %>
</head>
<body>
<%- include("./component/navbar.html"); %>
<h1><%= title %></h1>
<main class="main">
<div id="container">
</div>
</main>
<%- include("./component/footer.html"); %>
<script>
</script>
</body>
</html>