DSatishchandra commited on
Commit
1f70929
·
verified ·
1 Parent(s): 39086f3

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -4,7 +4,7 @@
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>BiryaniHub</title>
7
- <link rel="stylesheet" href="/static/style.css">
8
  </head>
9
  <body>
10
  <div class="container">
 
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>BiryaniHub</title>
7
+ <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
8
  </head>
9
  <body>
10
  <div class="container">