mirror of
https://github.com/suk-ws/ph-Bookshelf.git
synced 2024-12-05 01:16:53 +08:00
15 lines
241 B
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>
|