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
16 lines
552 B
<?php
|
|
$this->active = "/content/sample";
|
|
$this->site->meta_title = "샘플 페이지";
|
|
$this->site->meta_keyword = "샘플,sample";
|
|
// $this->site->meta_description = ""; // 이 페이지의 요약 설명
|
|
// $this->site->meta_image = ""; // 이 페이지에서 표시할 대표이미지
|
|
?>
|
|
<article class="container-fluid" id="sample">
|
|
<div class="row">
|
|
<div class="text-center page-header">
|
|
<header>
|
|
<h2 class="page-title">샘플 페이지</h2>
|
|
</header>
|
|
</div>
|
|
</div>
|
|
</article>
|