init
This commit is contained in:
11
app/usmobile/view/index/index.html
Executable file
11
app/usmobile/view/index/index.html
Executable file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>index内容</title>
|
||||
</head>
|
||||
<body>
|
||||
<div><?php echo 'index';?></div>
|
||||
</body>
|
||||
</html>
|
||||
11
app/usmobile/view/index/index.phtml
Executable file
11
app/usmobile/view/index/index.phtml
Executable file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>index内容</title>
|
||||
</head>
|
||||
<body>
|
||||
<div><?php echo 'index';?></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user