File size: 745 Bytes
e762863
 
 
 
 
 
2fe2a19
e762863
2fe2a19
 
e762863
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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>