Files
ukaiautomation/button-test.html
2025-06-08 11:21:30 +01:00

28 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Button Test</title>
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<div style="padding: 50px;">
<h1>Button Test Page</h1>
<h2>Button Tests:</h2>
<p>Primary button: <a href="#" class="btn btn-primary">Get ROI Assessment</a></p>
<p>Secondary button: <a href="#" class="btn btn-secondary">Learn More</a></p>
<div class="expert-consultation-cta">
<h3>Ready to Measure Your CI ROI?</h3>
<p>Our analytics team can help you implement comprehensive ROI measurement frameworks tailored to your industry and business model.</p>
<a href="#" class="btn btn-primary">Get ROI Assessment</a>
</div>
<h2>Debug Info:</h2>
<p>If you can see this text, CSS is loading properly.</p>
<p>Check if buttons above have text and green background.</p>
</div>
</body>
</html>