Spaces:
Running
Running
<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 & 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>© 2023 Flask Application Project. All rights reserved.</p> | |
</footer> | |
</body> | |
</html> |