
<center><h2><strong>Ubuntu</strong></h2>
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' );

?>
<div class="imagify-modal-promotion" aria-hidden="true">
	<p class="imagify-promo-title">
		<?php
		printf(
			/* translators: %s is a formatted percentage. */
			__( '%s OFF on all the subscriptions', 'imagify' ),
			'<span class="imagify-promotion-number"></span>'
		);
		?>
	</p>
	<p class="imagify-until-date">
		<?php
		printf(
			/* translators: %s is a formatted date. */
			__( 'Special Offer<br><strong>Until %s</strong>', 'imagify' ),
			'<span class="imagify-promotion-date"></span>'
		);
		?>
	</p>
</div>
<?php
