FlaskApplication / index.html
S-Dreamer's picture
Update index.html
661c712 verified
raw
history blame
1.26 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flask Application Project πŸš€</title>
<link rel="stylesheet" href="static/css/style.css">
</head>
<body>
<header>
<h1>Flask Application Project πŸš€</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="installation.html">Installation &amp; Usage</a></li>
<li><a href="research.html">Research Integration</a></li>
</ul>
</nav>
</header>
<main>
<section id="overview">
<h2>Overview</h2>
<p>Welcome to the Flask Application Project! This project is a simple Flask-based code editor and executor enhanced with optimization suggestions and research-backed evaluation.</p>
</section>
<section id="features">
<h2>Features</h2>
<ul>
<li>πŸš€ Execute Python code in real-time</li>
<li>πŸ›  Integrated linting and testing tools</li>
<li>πŸ’‘ Research-based code optimization suggestions</li>
<li>πŸ“– Comprehensive documentation</li>
</ul>
</section>
</main>
<footer>
<p>&copy; 2023 Flask Application Project. All rights reserved.</p>
</footer>
</body>
</html>