1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2024-12-05 01:16:53 +08:00
ph-Bookshelf/template/main.php

15 lines
241 B
PHP

<main id="main">
<div id="top" ></div>
<div id="main-heading"><div id="page-tools">
<button id="sidebar-show"></button>
</div></div>
<article id="article">
<?php require "./template/raw-article.php" ?>
</article>
</main>