dashboard
repositories
filestore
activity
search
login
php
/
iem_shop
iem_shop
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
商城购买商品时激活应用 by 王腾宇
wangtengyu
2018-12-07
f459412e0dac4ed94106da043b4c6f8576bfe496
[php/iem_shop.git]
/
index-to-mobile.php
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body>
<meta http-equiv='Refresh' content='0; url=mobile/index.php' />
</body>
</html>