11 lines
214 B
PHP
11 lines
214 B
PHP
<?php
|
|
$self->extends('master');
|
|
|
|
$self->block('body', function($self) {
|
|
?>
|
|
<center>
|
|
<h1>Under Construction</h1>
|
|
<img src="//static.flash.moe/images/me-tan-2.png" alt="">
|
|
</center>
|
|
<?php
|
|
});
|