dte2 / templates /index.html
LovnishVerma's picture
Upload 6 files
aa7a3b1 verified
raw
history blame contribute delete
314 Bytes
<html>
<head>
<title>My Homepage</title>
</head>
<body>
<h1>Welcome to My Flask App!</h1>
<p>This is the home page.</p> <br>
<a href="/predictionpage">Go to Prediction Page</a> <br>
<a href="/date">Go to Date Page</a> <br>
<a href="/add">Go to Add Page</a> <br>
<br>
</body>
</html>