Commit 66e0e79f001a0b1906b27a0d6cefc3b7c818f612

Authored by dlstatic
1 parent d6ff1955

Modify index page.

Showing 1 changed file with 2 additions and 2 deletions
html/index.html
... ... @@ -23,7 +23,7 @@
23 23 </head>
24 24 <body>
25 25 <!-- 主体 -->
26   -<div class="m-page">
  26 +<div class="m-page" in="indexPage">
27 27  
28 28 <header class="m-header header-search header-home">
29 29 <div class="head">
... ... @@ -205,4 +205,4 @@
205 205 });
206 206 </script>
207 207 </body>
208   -</html>
209 208 \ No newline at end of file
  209 +</html>
... ...