| <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> |
| <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> |