Spaces:
Sleeping
Sleeping
| <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> | |