18 lines
612 B
PHP
18 lines
612 B
PHP
<?php
|
|
/**
|
|
* @package Generic CMS
|
|
*
|
|
* @created 3rd April 2022
|
|
* @author Llewellyn van der Merwe <https://git.vdm.dev/Llewellyn>
|
|
* @git WEBD-325-45 <https://git.vdm.dev/Llewellyn/WEBD-325-45>
|
|
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
|
*/
|
|
|
|
// No direct access to this file
|
|
defined('_WEBD') or die('Restricted access');
|
|
|
|
?>
|
|
<div class="uk-margin-remove-top uk-height-large uk-background-cover uk-overflow-hidden uk-flex"
|
|
style="background-image: url('https://source.unsplash.com/random/1920x500/?map');">
|
|
</div>
|
|
<!-- will add a google map here later -->
|