nehalelkaref's picture
Update templates/egypt.html
c50b71e
raw
history blame contribute delete
521 Bytes
<main>
<head>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename= 'CSS/style.css')}}">
</head>
<section id="text-classification">
<div class="">
<h1><center><u>Egypt</u></center></h1>
</div>
<div class="container">
<img src="/static/images/egypt_vector.png" alt="Egypt">
<div class="centered"><h2>مصر</h2></div>
</div>
</form>
</div>
</body>
</section>
</main>