@@ -0,0 +1,10 @@
+<?php
+
+class ServiceIntroductionController extends JBaseController
+{
+ public function actionServiceIntroduction()
+ {
+ $this->render('serviceIntroduction');
+ }
+}
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<!--HTML5 doctype-->
+<html>
+<head>
+ <title>巾帼家政</title>
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
+ <meta name="apple-mobile-web-app-capable" content="yes">
+ <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
+ <meta http-equiv="Pragma" content="no-cache">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+</head>
+<body>
+<h1>服务介绍</h1>
+</body>
+</html>