Untitled
unknown
plain_text
2 years ago
397 B
6
Indexable
<?php
$dirPath = "/home/estxgwi/public_html";
require_once $dirPath . '/wp-load.php';
wp_head();
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="robots" content="noindex,nofollow">
</head>
<body>
<div class="gravity-form-place">
<!-- gravity form must show here -->
<?php echo do_shortcode('[gravityform id="6" ajax=true]'); ?>
</div>
<?php wp_footer(); ?>
</body>
</html>Editor is loading...
Leave a Comment