vuepress-theme-sakura
Version:
vuepress blog theme which name is sakura
26 lines (24 loc) • 1.23 kB
HTML
<html lang="{{ lang }}">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<title>{{ title }}</title>
<meta name="generator" content="VuePress {{ version }}" /> {{{ userHeadTags }}} {{{ pageMeta }}} {{{ renderResourceHints() }}} {{{ renderStyles() }}}
</head>
<body>
<h1 style="display: inline;"></h1>
<!--vue-ssr-outlet-->
{{{ renderScripts() }}}
</body>
<script src="../public/js/APlayer.min.js" async></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ] } });
</script>
<!-- require MetingJS -->
<script src="https://cdn.jsdelivr.net/npm/meting@2.0.1/dist/Meting.min.js" async></script>
<script src="https://cdn.jsdelivr.net/gh/yremp/yremp-js@1.5/sakura.js" async defer></script>
<script src="//cdn.bootcss.com/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" async defer></script>
<script src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js" defer async></script>
</html>