mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-16 23:22:20 +08:00
引入nodejs项目
This commit is contained in:
11
bookshelfplus-frontend/views/component/footer.html
Normal file
11
bookshelfplus-frontend/views/component/footer.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<footer>
|
||||
<hr />
|
||||
<p>
|
||||
<% site.footer.link.forEach(function(link){ %>
|
||||
<span><a href="<%= link.url; %>" target="<%= link.target %>"><%= link.text; %></a></span>
|
||||
<% }); %>
|
||||
</p>
|
||||
<p>
|
||||
Copyright © 2021-2022 <%= site.title; %> All Rights Reserved.
|
||||
</p>
|
||||
</footer>
|
7
bookshelfplus-frontend/views/component/header.html
Normal file
7
bookshelfplus-frontend/views/component/header.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<!-- StyleSheets -->
|
||||
<link rel="stylesheet" href="/stylesheets/main.css">
|
||||
|
||||
|
||||
<!-- JavaScripts -->
|
||||
<!-- jQuery 3.6.0 -->
|
||||
<script src="/lib/jquery/3.6.0/jquery.min.js"></script>
|
Reference in New Issue
Block a user