Flux-web / index.html
GarGerry's picture
Update index.html
2fe2a19 verified
raw
history blame
745 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Futuristic Stock Bot</title>
<!-- Import Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Orbitron&display=swap" rel="stylesheet">
<!-- Link to External CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Futuristic Stock Bot</h1>
<div class="card">
<p>Welcome to the Futuristic Stock Bot interface.</p>
<p>Stay ahead with real-time stock updates and futuristic design!</p>
<button>Explore Stocks</button>
<iframe src="https://fnkffp.vercel.app/" allowfullscreen></iframe>
</div>
</body>
</html>