index.html 174 B

123456789
  1. <html>
  2. <head>
  3. <title>Hello</title>
  4. <link href="{{ url_for('static', path='/style.css') }}" rel="stylesheet">
  5. </head>
  6. <body>
  7. <h1>Hello World !</h1>
  8. </body>
  9. </html>