Add Tsu theme

This commit is contained in:
2021-06-05 03:45:20 -05:00
parent 065820fe2c
commit 3cd8cdbd9c
47 changed files with 1324 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<%- partial('_partials/head') %>
</head>
<body>
<div class="container">
<%- partial('_partials/header') %>
<main class="main">
<%- body %>
</main>
<%- partial('_partials/footer') %>
</div>
<div class="back-to-top" id="back-to-top">
<i class="iconfont icon-up"></i>
</div>
</body>
<%- js('js/jquery-3.3.1.min.js')%>
<%- js('js/back-to-top.js') %>
<%- js('js/scroll.js') %>
<%- partial('_partials/mathjax') %>
</html>