first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* The template for displaying 500 pages in PWA.
|
||||
*
|
||||
* @package OceanWP WordPress theme
|
||||
* @since 1.8.8
|
||||
*/
|
||||
|
||||
pwa_get_header( 'pwa' );
|
||||
|
||||
do_action( 'ocean_do_server_error' );
|
||||
|
||||
pwa_get_footer( 'pwa' );
|
||||
Reference in New Issue
Block a user