- 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.6 KiB
PHP
Executable File
54 lines
2.6 KiB
PHP
Executable File
<div class="tve_lp_header tve_empty_dropzone tve_drop_constraint" data-forbid=".thrv_page_section,.sc_page_section">
|
|
<div style="width: 120px;" 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/foundation_logo.png' ?>"
|
|
style="width: 120px"/>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tve_lp_content tve_editor_main_content tve_empty_dropzone thrv_wrapper tve_no_drag">
|
|
<div class="thrv_wrapper thrv_content_container_shortcode">
|
|
<div class="tve_clear"></div>
|
|
<div class="tve_center tve_content_inner"
|
|
style="width: 570px;min-width:50px; min-height: 2em; margin-top: 40px;">
|
|
<h1 class="tve_p_center" style="color: #333333; font-size: 56px; margin-top: 33px;">The <span class="bold_text">Better Way</span>
|
|
to Build Beautiful <span
|
|
class="bold_text">Landing Pages</span></h1>
|
|
</div>
|
|
<div class="tve_clear"></div>
|
|
</div>
|
|
<p class="tve_p_center" style="color: #333; font-size: 26px;">Get Your Hands on the Free Report that Reveals How You Can Get More Value Out of Every Visitor that
|
|
Reaches Your Website:</p>
|
|
|
|
<div style="width: 164px;" 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/foundation_book.png' ?>"
|
|
style="width: 164px"/>
|
|
</span>
|
|
</div>
|
|
<div class="thrv_wrapper thrv_lead_generation thrv_lead_generation_vertical tve_clearfix tve_teal tve_centerBtn" style="max-width: 580px; margin-bottom: 80px;" 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 ">
|
|
<input type="text" data-placeholder="" value="" name="name"
|
|
placeholder="Enter your email address"/>
|
|
</div>
|
|
<div class="tve_lg_input_container">
|
|
<input type="text" data-placeholder="" value="" name="email"
|
|
placeholder="Enter your name"/>
|
|
</div>
|
|
<div class="tve_lg_input_container tve_submit_container">
|
|
<button type="Submit">GET EARLY ACCESS NOW</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tve_lp_footer tve_empty_dropzone tve_drop_constraint" data-forbid=".thrv_page_section,.sc_page_section">
|
|
<p class="tve_p_center" style="color: #333333;"><a href="">© {tcb_current_year} ACME Inc</a> | <a href="">Disclaimer</a></p>
|
|
</div> |