<!DOCTYPE html>
<html>
<head><title>Demo Projects</title></head>
<body style="font-family: Arial; margin: 40px; text-align: center;">
    <h1>Demo Projects</h1>
    <div style="margin: 20px;">
        <a href="/viva-static" style="display: inline-block; margin: 10px; padding: 15px 30px; background: #007bff; color: white; text-decoration: none; border-radius: 5px;">Static Website Demo</a>
        <a href="/viva-ci" style="display: inline-block; margin: 10px; padding: 15px 30px; background: #28a745; color: white; text-decoration: none; border-radius: 5px;">CodeIgniter App Demo</a>
    </div>
</body>
</html>