19 lines
720 B
Plaintext
19 lines
720 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<script>var _hmt = _hmt || []; (function () { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?4b5fe1472f22fa9408e735ea7967bb2a"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();</script>
|
|
<%- partial('_partial/head') %>
|
|
<%- js('js/jquery.min.js') %>
|
|
</head>
|
|
|
|
<body>
|
|
<%- body %>
|
|
<%- partial('_widget/sidebar') %>
|
|
<%- partial('_widget/gotop') %>
|
|
<%- partial('_partial/foot') %>
|
|
</body>
|
|
<script>
|
|
console.log('\n %c Hexo-Quiet 主题 %c https://github.com/QiaoBug/hexo-theme-quiet \n', 'color: #fadfa3; background: #030307; padding:5px 0;', 'background: #fadfa3; padding:5px 0;')
|
|
</script>
|
|
</html> |