- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
54 lines
2.3 KiB
PHP
Executable File
54 lines
2.3 KiB
PHP
Executable File
<div class="tve_lp_header tve_empty_dropzone">
|
|
<div class="thrv_wrapper thrv_page_section" data-tve-style="1" style="">
|
|
<div class="out" style="background-color: #ffcc00">
|
|
<div class="in darkSec">
|
|
<div class="cck clearfix">
|
|
<div style="width: 106px;" class="thrv_wrapper tve_image_caption aligncenter">
|
|
<span class="tve_image_frame">
|
|
<img class="tve_image" src="<?php echo TVE_LANDING_PAGE_TEMPLATE . '/css/images/big_picture_logo.png' ?>" style="width: 106px"/>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tve_lp_content tve_editor_main_content tve_empty_dropzone tve_content_width">
|
|
<h1 style="margin: 30px 0 0 0; color: #2b2b2b; font-size: 55px" class="tve_p_center bold_text">Thank You for Signing Up!</h1>
|
|
<h2 style="margin: 20px 0 35px 0; color: #333333; font-size: 26px; font-weight: 300;" class="tve_p_center">Download Your Video Course Now !</h2>
|
|
|
|
<div class="thrv_wrapper" style="margin: 0 0 30px 0">
|
|
<hr class="tve_sep tve_sep1"/>
|
|
</div>
|
|
<div class="thrv_wrapper tve_image_caption aligncenter" style="width: 128px;">
|
|
<span class="tve_image_frame">
|
|
<img class="tve_image" src="<?php echo TVE_LANDING_PAGE_TEMPLATE . '/css/images/big_picture_download_icon.png' ?>" style="width: 128px"/>
|
|
</span>
|
|
</div>
|
|
<div class="thrv_wrapper thrv_button_shortcode tve_centerBtn" data-tve-style="1">
|
|
<div class="tve_btn tve_orange tve_bigBtn tve_btn3 tve_nb" style="margin-top: 35px; margin-bottom: 35px;">
|
|
<a class="tve_btnLink" href="">
|
|
<span class="tve_left tve_btn_im">
|
|
<i></i>
|
|
</span>
|
|
<span class="tve_btn_txt">Download Now</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tve_lp_footer tve_empty_dropzone">
|
|
<div class="thrv_wrapper thrv_page_section tve_no_drag" data-tve-style="1">
|
|
<div class="out">
|
|
<div class="in darkSec">
|
|
<div class="cck tve_clearfix">
|
|
<p class="float-left tve_p_left" style="margin: 0; padding: 0; color: #555555;">Copyright {tcb_current_year} by ACME Inc.</p>
|
|
<p class="float-right tve_p_right" style="margin: 0; padding: 0; color: #555555;">
|
|
<a href="#">Disclaimer</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |