- 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>
59 lines
2.6 KiB
PHP
Executable File
59 lines
2.6 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">Download Our Awesome Product</h1>
|
|
|
|
<p class="tve_p_center " style="color: #333333; margin: 10px 0; font-size: 20px;">Proin gravida nibh vel velit auctor aliquet sollicitudin, lorem quis bibendum.</p>
|
|
|
|
<div class="thrv_wrapper" style="margin: 0 0 30px 0">
|
|
<hr class="tve_sep tve_sep1"/>
|
|
</div>
|
|
<div class="thrv_wrapper thrv_lead_generation tve_clearfix thrv_lead_generation_horizontal tve_orange " data-tve-style="1">
|
|
<div class="thrv_lead_generation_code" style="display: none;"></div>
|
|
<div class="thrv_lead_generation_container tve_clearfix">
|
|
<div class="tve_lead_generated_inputs_container tve_clearfix">
|
|
<div class="tve_lead_fields_overlay"></div>
|
|
<div class=" tve_lg_input_container tve_lg_2">
|
|
<input type="text" data-placeholder="" value="" name="name" placeholder="Enter your email address"/>
|
|
</div>
|
|
<div class="tve_lg_input_container tve_submit_container tve_lg_2">
|
|
<button type="Submit">Download Now</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="thrv_wrapper tve_image_caption aligncenter" style="width: 1060px; margin: 0">
|
|
<span class="tve_image_frame">
|
|
<img class="tve_image" src="<?php echo TVE_LANDING_PAGE_TEMPLATE . '/css/images/mac.png' ?>" style="width: 1060px"/>
|
|
</span>
|
|
</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> |