2020-03-16 14:12:11 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2020-04-28 17:23:34 +08:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2020-09-30 16:54:23 +08:00
|
|
|
<meta name=”Keywords” Content=”trustie,trustieforge,forge,确实让创建更美好,协同开发平台″>
|
|
|
|
<meta name=”Keywords” Content=”TrustieOpenSourceProject″>
|
|
|
|
<meta name=”Keywords” Content=”issue,bug,tracker,软件工程,课程实践″>
|
|
|
|
<meta name=”Description” Content=”持续构建协同、共享、可信的软件创建生态开源创作与软件生产相结合,支持大规模群体开展软件协同创新活动”>
|
|
|
|
<meta name="theme-color" content="#000000">
|
2020-04-28 17:23:34 +08:00
|
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
|
2020-11-23 10:14:29 +08:00
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="%PUBLIC_URL%css/iconfont.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="%PUBLIC_URL%css/edu-purge.css">
|
2020-04-28 17:23:34 +08:00
|
|
|
<link rel="stylesheet" type="text/css" href="%PUBLIC_URL%css/editormd.min.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="%PUBLIC_URL%css/merge.css">
|
|
|
|
<%= htmlWebpackPlugin.tags.headTags %>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!--用于markdown转html -->
|
|
|
|
<div id="md_div" style="display: none;"></div>
|
|
|
|
<div id="root" class="page -layout-v -fit widthunit"></div>
|
|
|
|
<div id="picture_display" style="display: none;"></div>
|
2020-09-27 13:58:44 +08:00
|
|
|
<script src="%PUBLIC_URL%js/jquery-1.8.3.min.js"></script>
|
2020-11-19 09:45:54 +08:00
|
|
|
<script src="%PUBLIC_URL%js/js_min_all.js"></script>
|
2020-04-28 17:23:34 +08:00
|
|
|
<script src="%PUBLIC_URL%js/codemirror/codemirror.js"></script>
|
|
|
|
<script src="%PUBLIC_URL%js/editormd/editormd.min.js"></script>
|
|
|
|
<script src="%PUBLIC_URL%js/codemirror/merge/merge.js"></script>
|
|
|
|
<%= htmlWebpackPlugin.tags.bodyTags %>
|
|
|
|
</body>
|
|
|
|
</html>
|