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:34:03 +08:00
|
|
|
|
<meta name=”Keywords” Content=”确实让创建更美好,协同开发平台″>
|
|
|
|
|
<meta name=”Keywords” Content=”Trustie Open Source Project″>
|
|
|
|
|
<meta name=”Keywords” Content=”issue, bug, tracker″>
|
|
|
|
|
<meta name=”Description” Content=”Trustie - 持续构建协同、共享、可信的软件创建生态开源创作与软件生产相结合,支持大规模群体开展软件协同创新活动”>
|
|
|
|
|
<meta name="theme-color" content="#000000">
|
2020-04-28 17:23:34 +08:00
|
|
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
|
2020-09-27 13:58:44 +08:00
|
|
|
|
<!-- <script type="text/javascript">
|
2020-04-28 17:23:34 +08:00
|
|
|
|
window.__isR = true;
|
|
|
|
|
if (
|
|
|
|
|
(navigator.userAgent.indexOf('MSIE 9') != -1
|
|
|
|
|
|| navigator.userAgent.indexOf('MSIE 10') != -1)
|
|
|
|
|
&&
|
|
|
|
|
location.pathname.indexOf("/compatibility") == -1) {
|
|
|
|
|
location.href = '/compatibility.html'
|
|
|
|
|
}
|
2020-09-27 13:58:44 +08:00
|
|
|
|
</script> -->
|
2020-04-28 17:23:34 +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">
|
|
|
|
|
<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-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>
|