<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Cefi/Defi Arbitrage Trading Telegram Bot</title> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> <!-- Custom CSS --> <link rel="stylesheet" href="styles.css"> </head> <body> <!-- Header Section --> <header> <!-- Navbar code goes here --> </header> <!-- Main Content Section --> <section id="main-content" class="text-center"> <!-- Main content code goes here --> </section> <!-- Features Section --> <section id="features"> <!-- Features code goes here --> </section> <!-- Contact Form --> <section id="contact"> <!-- Contact form code goes here --> </section> <!-- Bootstrap & jQuery JS --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> <!-- Custom JS --> <script src="script.js"></script> </body> </html>