Skip to content

Instantly share code, notes, and snippets.

@nedimcanulusoy
Created February 7, 2022 14:20
Show Gist options
  • Select an option

  • Save nedimcanulusoy/7f7909eaaea5a72a411e43c82b5c7daa to your computer and use it in GitHub Desktop.

Select an option

Save nedimcanulusoy/7f7909eaaea5a72a411e43c82b5c7daa to your computer and use it in GitHub Desktop.
Example of an html file for Flask
<!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