| 1 |
<?php |
| 2 |
if (!defined('ABSPATH') && !defined('BITFORMS_ASSET_URI')) { |
| 3 |
exit; |
| 4 |
} |
| 5 |
?> |
| 6 |
<noscript>You need to enable JavaScript to run this app.</noscript> |
| 7 |
<div id="btcd-app"> |
| 8 |
<div |
| 9 |
style="display: flex;flex-direction: column;justify-content: center;align-items: center;height: 90vh;font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;"> |
| 10 |
<img alt="bitform-logo" class="bit-logo" width="70" src="<?php echo BITFORMS_ASSET_URI; ?>/img/logo.svg"> |
| 11 |
<h1>Welcome to Bit Form.</h1> |
| 12 |
<p>Modern Form builder and database management system for Wordpress</p> |
| 13 |
</div> |
| 14 |
</div> |
| 15 |
<script defer type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.16.8/xlsx.full.min.js"></script> |