9 lines
454 B
PHP
9 lines
454 B
PHP
<div id="pageSmoothBackground" style="background-image: url(<?= $randomPoint->getImg('middle') ?>);"></div>
|
|
<div class="container" style="background-color: rgba(255,255,255, 0.8);margin-top: -10px;padding-bottom: 30px; min-height: 100%;">
|
|
<noindex>
|
|
<div style="text-align: center;">
|
|
<img src="/img/404.png" style="margin: 50px 0;"/>
|
|
</div>
|
|
</noindex>
|
|
<?= self::renderPartial('randomPoint.php', array('randomPoint'=>$randomPoint), true)?>
|
|
</div>
|