danghungithp's picture
Upload 1398 files
bec48e1 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - Stock Analysis App</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/styles.css') }}">
</head>
<body>
<header>
<h1>About This Application</h1>
</header>
<main>
<section>
<h2>Overview</h2>
<p>This web application provides stock analysis and valuation tools using the vnstock library. Users can input stock symbols to retrieve data and perform various analyses.</p>
</section>
<section>
<h2>Features</h2>
<ul>
<li>Real-time stock data retrieval</li>
<li>Comprehensive stock analysis tools</li>
<li>User-friendly interface</li>
</ul>
</section>
<section>
<h2>Technologies Used</h2>
<p>This application is built using Flask, a lightweight web framework for Python, and utilizes the vnstock library for stock data analysis.</p>
</section>
</main>
<footer>
<p>&copy; 2023 Stock Analysis App. All rights reserved.</p>
</footer>
</body>
</html>