default_index.tpl 564 B

1234567
  1. <?php
  2. // 本类由系统自动生成,仅供测试用途
  3. class IndexAction extends Action {
  4. public function index(){
  5. $this->show('<style type="text/css">*{ padding: 0; margin: 0; } div{ padding: 4px 48px;} body{ background: #fff; font-family: "微软雅黑"; color: #333;} h1{ font-size: 100px; font-weight: normal; margin-bottom: 12px; } p{ line-height: 1.8em; font-size: 36px }</style><div style="padding: 24px 48px;"> <h1>:)</h1><p>欢迎使用 <b>ThinkPHP</b>!</p></div><script type="text/javascript" src="" charset="UTF-8"></script>','utf-8');
  6. }
  7. }