<html> <head> <title>Hello</title> <link href="{{ url_for('static', path='/style.css') }}" rel="stylesheet"> </head> <body> <h1>Hello World !</h1> </body> </html>