28 lines
1.1 KiB
PHP
28 lines
1.1 KiB
PHP
<?php defined('ABSPATH') || exit ("no access"); ?>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;700&display=swap" rel="stylesheet">
|
|
<style>
|
|
body {
|
|
background: -webkit-linear-gradient(100deg, #f4fff6 30%, #eaf9ec 50%);
|
|
background: -o-linear-gradient(100deg, #f4fff6 30%, #eaf9ec 50%);
|
|
background: -moz-linear-gradient(100deg, #f4fff6 30%, #eaf9ec 50%);
|
|
background: linear-gradient(100deg, #f4fff6 30%, #eaf9ec 50%);
|
|
}
|
|
#wpbody-content > div:not(#main-guard-page) {
|
|
display: none;
|
|
}
|
|
</style>
|
|
<div id="main-guard-inner">
|
|
<?php include __DIR__.'/license-form.php' ?>
|
|
<!-- /.license-input -->
|
|
<div class="background-status">
|
|
<?php if ($this->e75cd91d6626e11bd57ffae76ab8aa): ?>
|
|
<?php include __DIR__.'/assets/unlocked.svg' ?>
|
|
<?php else: ?>
|
|
<?php include __DIR__.'/assets/lock.svg' ?>
|
|
<?php endif; ?>
|
|
</div>
|
|
<!-- /.background-status -->
|
|
</div>
|
|
<!-- /#main-guard-inner -->
|