Duplicated from LovnishVerma/dte2
aa7a3b1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html> <head> <title>My Flask App</title> </head> <body> <h1>Current Date and Time</h1> <p>The current date and time is: {{ current_time }}</p> <br> <a href="/">Go to Back to homepage</a> <br> <br> </body> </html>