2 Star 12 Fork 27

dromara / website

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
template.ejs 841 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaoyu 提交于 2018-11-29 15:55 . commit
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="keywords" content="dromara.org" />
<meta name="description" content="dromara.org" />
<!-- 网页标签标题 -->
<title>dromara(Open source organization)</title>
<link rel="shortcut icon" href="<%= rootPath %>/img/docsite.ico"/>
<link rel="stylesheet" href="<%= rootPath %>/build/<%= page %>.css" />
</head>
<body>
<div id="root"><%- __html %></div>
<script src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js"></script>
<script src="https://f.alicdn.com/react/15.4.1/react-dom.min.js"></script>
<script>
window.rootPath = '<%= rootPath %>';
</script>
<script src="<%= rootPath %>/build/<%= page %>.js"></script>
</body>
</html>
JavaScript
1
https://gitee.com/shuaiqiyu/website.git
git@gitee.com:shuaiqiyu/website.git
shuaiqiyu
website
website
master

搜索帮助