flaskapp / templates /about.html
sh20raj's picture
Upload 6 files
a6b62e8 verified
raw
history blame contribute delete
172 Bytes
<!DOCTYPE html>
<html>
<head>
<title>About Us</title>
</head>
<body>
<h1>About Us</h1>
<p>We are a fantastic team!</p>
<a href="/">Home</a>
</body>
</html>