File size: 250 Bytes
ab926cc
 
 
01c75a7
ab926cc
 
32e8999
 
 
ab926cc
 
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename= 'CSS/home.css')}}"> 
</head>
<body>
  {% if output == "GULF": %}
    <p class="output-statement">{{output}}</p>
  {% endif %}
</body>
</html>