9 lines
457 B
PHP
Executable File
9 lines
457 B
PHP
Executable File
@extends('profilelayout')
|
|
@section('content')
|
|
<div class="page-header">
|
|
<h4>w0bm.com Worldmap <i style="color:#1FB2B0" class="fa fa-globe"></i></h4>
|
|
</div>
|
|
<iframe id="map" marginwidth="0" marginheight="0" width="100%" height="100%" scrolling=no allowtransparency=true frameborder="0" framespacing="0" name="map" src="https://www.zeemaps.com/pub?group=2187306&simpleadd=1" style="overflow:hidden; height:50em; width:100%"></iframe>
|
|
@endsection
|
|
|