<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Ai Forge - Ethical AI App Builder</title> <link rel="stylesheet" href="Style.css"> <script src="https://sdk.minepi.com/pi-sdk.js"></script> </head> <body> <div class="container"> <header> <h1>🤖 Ai Forge</h1> <p>Build Ethical AI Apps on Pi Network</p> </header> <div class="feature-grid"> <div class="feature-card"> <h3>🔧 AI App Builder</h3> <p>Create custom AI applications with ethical guidelines</p> </div> <div class="feature-card"> <h3>✅ Ethical Audit</h3> <p>Automated compliance checking for responsible AI</p> </div> <div class="feature-card"> <h3>💰 Pi Integration</h3> <p>Seamless wallet authentication and payments</p> </div> <div class="feature-card"> <h3>🌐 Open Source</h3> <p>Transparent development for community trust</p> </div> </div> <div id="auth-section"> <button id="connect-wallet" class="btn-primary">Connect Pi Wallet</button> <div id="status"></div> </div> <div id="app-section" class="hidden"> <h2>✅ Wallet Connected!</h2> <p>Ready to test deployment and payment integration.</p> <button id="test-payment" class="btn-secondary">🚀 Test Deployment Payment</button> </div> <div style="margin-top: 30px; padding: 20px; background: white; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.2);"> <h3>📋 Resources</h3> <p><a href="%20ethical-ai-guidelines.md" target="_blank" style="color: #667eea; text-decoration: none; font-weight: bold;">View Ethical AI Guidelines</a></p> <p style="font-size: 0.9em; color: #666; margin-top: 10px;">All AI applications built with Ai Forge follow strict ethical standards for transparency, fairness, privacy, and accountabil[...] </p> </div> </div> <script src="app.js"></script> </body> </html>