Skip to content

Commit

Permalink
增加index页面
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfei0201 committed Jul 17, 2012
1 parent 4a57a67 commit f7acfae
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dubbo-admin/src/main/webapp/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GB18030">
<title>Insert title here</title>
<script type="text/javascript">
window.location.href='index/'
</script>
</head>
<body>
</body>
</html>

0 comments on commit f7acfae

Please sign in to comment.