nehalelkaref commited on
Commit
8d7f931
1 Parent(s): a31919d

Update templates/levant.html

Browse files
Files changed (1) hide show
  1. templates/levant.html +2 -2
templates/levant.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>Levant</u></center></em></h1>
8
  </div>
9
  <div class="container">
10
- <img class="levimg" src="/levant_vector.png" alt="Gulf" height="950" width="950">
11
  <div class="levtext"><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>Levant</u></center></em></h1>
8
  </div>
9
  <div class="container">
10
+ <img class="levimg" src="/static/images/levant_vector.png" alt="Levant" height="950" width="950">
11
  <div class="levtext"><h2>الشام</h2></div>
12
  </div>
13
  </form>