24 lines
887 B
Plaintext
24 lines
887 B
Plaintext
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset='UTF-8'>
|
|
<meta name='viewport' content='width=device-width initial-scale=1'>
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
<meta http-equiv="Expires" content="0" />
|
|
<link rel="stylesheet" href="markdown.css"/>
|
|
<title>${title}</title>
|
|
</head>
|
|
<body>
|
|
<div class="markdown-body">
|
|
${html}
|
|
<footer class="page-footer">
|
|
<span class="copyright">Generated by smart-doc at ${createTime}</span>
|
|
<span class="footer-modification">Suggestions, contact, support and error reporting on
|
|
<a href="https://gitee.com/sunyurepository/smart-doc" target="_blank">Gitee</a> or
|
|
<a href="https://github.com/shalousun/smart-doc" target="_blank">Github</a>
|
|
</span>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html> |