nehalelkaref commited on
Commit
7b2b6d0
1 Parent(s): dc18627

Update templates/gulf.html

Browse files
Files changed (1) hide show
  1. templates/gulf.html +2 -2
templates/gulf.html CHANGED
@@ -1,13 +1,13 @@
1
  <main>
2
  <head>
3
- <link rel="stylesheet" href="style.css">
4
  </head>
5
  <section id="text-classification">
6
  <div class="">
7
  <h1><center><u>Gulf</u></center></em></h1>
8
  </div>
9
  <div class="container">
10
- <img class="gulfimg" src="/gulf_vector.png" alt="Gulf" height="350" width="350">
11
  <div class="gulftext"><h2>خليج</h2></div>
12
  </div>
13
  </form>
 
1
  <main>
2
  <head>
3
+ <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename= 'CSS/style.css')}}">
4
  </head>
5
  <section id="text-classification">
6
  <div class="">
7
  <h1><center><u>Gulf</u></center></em></h1>
8
  </div>
9
  <div class="container">
10
+ <img class="gulfimg" src="/static/images/gulf_vector.png" alt="Gulf" height="350" width="350">
11
  <div class="gulftext"><h2>خليج</h2></div>
12
  </div>
13
  </form>