8 lines
340 B
PHP
8 lines
340 B
PHP
|
<?=view('templates/blog/header')?>
|
||
|
<h1>This is test page</h1>
|
||
|
<p>Or is it? Maybe. I'm just trying to fill this with some text right now using the noise from my brain but I'm not really that good at it.. FUCK</p>
|
||
|
<h2>H2</h2>
|
||
|
<h3>H3</h3>
|
||
|
<pre><code>This is a code block</code></pre>
|
||
|
<a href="./">go back</a>
|
||
|
<?=view('templates/blog/footer')?>
|