first commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
// Namespace
|
||||
namespace Inisev\Subs;
|
||||
|
||||
// Disallow direct access
|
||||
if (!defined('ABSPATH')) exit;
|
||||
|
||||
?>
|
||||
|
||||
<div class="ci-left-part ci-install-state">
|
||||
<div class="ci-project-logo">
|
||||
<a href="https://tastewp.com" target="_blank">
|
||||
<img src="<?php $this->_asset('/projects/twp/imgs/big-colored-logo.png'); ?>">
|
||||
</a>
|
||||
</div>
|
||||
<div class="ci-install-column">
|
||||
<ul class="ci-checkmark-list ci-checkmark-list-type-1">
|
||||
<li>Spin up a WordPress instance with one click <br class="ci-additional-text-break"><span class="ci-light-font">(without being logged in!)</span></li>
|
||||
<li>Test things out before doing it on your “real” site</li>
|
||||
<li><b>100% Free!</b></li>
|
||||
</ul>
|
||||
<div class="ci-install-button">
|
||||
<a href="https://tastewp.com" target="_blank" class="ci-button-link ci-round-button">Check it out</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user