<?php
 
/*
 
AMP Frame ver 1.0.0
 
Default Template
 
template/default/content/empty.php
 
Missing Content
 
*/
 
if( !defined('AFALLOW') ){
 
    die('direct access not allowed');
 
}
 
?>
 
            <div class="jumbotron">
 
                <div class="row">
 
                    <div class="col text-center">
 
                        <h4>Oh No!</h4>
 
                        <p>There was a problem delivering the page you requested!</p>
 
                    </div><!-- col -->
 
                </div><!-- row -->
 
            </div><!-- jumbotron -->
 
 
 |