mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
9 lines
No EOL
284 B
PHP
9 lines
No EOL
284 B
PHP
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
|
|
<article>
|
|
<div class="blog-header">
|
|
<h1>No posts found!</h1>
|
|
</div>
|
|
<div class="content-body">
|
|
<p>Create a blog post or set the frontpage display to static page to remove this message.</p>
|
|
</div>
|
|
</article>
|