You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
552 B

7 years ago
  1. <?php
  2. $this->active = "/content/sample";
  3. $this->site->meta_title = "샘플 페이지";
  4. $this->site->meta_keyword = "샘플,sample";
  5. // $this->site->meta_description = ""; // 이 페이지의 요약 설명
  6. // $this->site->meta_image = ""; // 이 페이지에서 표시할 대표이미지
  7. ?>
  8. <article class="container-fluid" id="sample">
  9. <div class="row">
  10. <div class="text-center page-header">
  11. <header>
  12. <h2 class="page-title">샘플 페이지</h2>
  13. </header>
  14. </div>
  15. </div>
  16. </article>