1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-16 23:22:20 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

引入nodejs项目

This commit is contained in:
2022-03-13 14:03:47 +08:00
parent 1949e6a1ab
commit 6f4f4f3156
21 changed files with 456 additions and 12 deletions

View 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>

View 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>