Skip to content

Commit

Permalink
增加首页
Browse files Browse the repository at this point in the history
  • Loading branch information
tengge1 committed Jun 20, 2017
1 parent 42f41f7 commit 6f61036
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions ThreeEditor/ThreeEditor/ThreeEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<Reference Include="System.EnterpriseServices" />
</ItemGroup>
<ItemGroup>
<Content Include="index.html" />
<Content Include="packages.config" />
<Content Include="editor\docs\Implementing additional commands for undo-redo.md" />
<Content Include="editor\docs\Writing unit tests for undo-redo commands.md" />
Expand Down
12 changes: 12 additions & 0 deletions ThreeEditor/ThreeEditor/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>首页</title>
<script>
window.location = 'editor/index.html';
</script>
</head>
<body>
</body>
</html>

0 comments on commit 6f61036

Please sign in to comment.