|
<!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> |
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Orbitron&display=swap" rel="stylesheet"> |
|
|
|
<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> |