1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2025-01-19 07:22:26 +08:00
ph-Bookshelf/template/main.php

9 lines
181 B
PHP

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