Created
February 7, 2022 14:20
-
-
Save nedimcanulusoy/7f7909eaaea5a72a411e43c82b5c7daa to your computer and use it in GitHub Desktop.
Example of an html file for Flask
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>First Flask Web App</title> | |
| </head> | |
| <body> | |
| <h2>Congratulations! You made your first flask web application!</h2> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment