flaskapp / templates /index.html
sh20raj's picture
Upload 6 files
a6b62e8 verified
raw
history blame contribute delete
202 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Home Page</title>
</head>
<body>
<h1>Welcome to the Home Page!</h1>
<p>This is a simple Flask app.</p>
<a href="/about">About Us</a>
</body>
</html>