Files
willes_AI/home.php
2025-07-10 00:21:08 +02:00

10 lines
416 B
PHP

<?php include($_SERVER['DOCUMENT_ROOT'] . '/inc/php/header.php');?>
<body>
<div class="container">
<h1>AI Email Generator</h1>
<p>Effortlessly craft polished, professional emails in seconds.</p>
<a href="/"><button>Start Generating Emails</button></a>
<button id="darkModeBtn">Toggle Dark Mode</button>
</div>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/inc/php/footer.php');