mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 18:39:44 +08:00
19 lines
401 B
PHP
19 lines
401 B
PHP
<?php
|
|
/**
|
|
* Metabox template for displaying installation progress.
|
|
*
|
|
* @package Kirki
|
|
*/
|
|
|
|
defined( 'ABSPATH' ) || die( "Can't access directly" );
|
|
?>
|
|
|
|
<div class="heatbox installation-progress-metabox is-hidden">
|
|
<div class="heatbox-content">
|
|
<div class="installation-info">
|
|
Hang tight, please don't exit this page...
|
|
</div>
|
|
<ul class="installation-progress-list">
|
|
</ul>
|
|
</div>
|
|
</div>
|