You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
549 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>委托学习</title>
<script src="script/marked/marked.min.js" charset="utf-8"></script>
<script src="script/jquery/jquery-3.4.1.min.js" charset="utf-8"></script>
<script src="script/LoadMarkdown.js"></script>
<script>
//需要显示的markdown文件路径
$(function () {
LoadMarkdown("/DelegateStudy.md");
});
</script>
</head>
<body>
<div class="md_render">
内容加载中.......
</div>
</body>
</html>