| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>CHRIS-Temperature Error</title> | |
| <link rel= "stylesheet" type= "text/css" href= "{{ url_for('static',filename='styles.css') }}"> | |
| </head> | |
| <img src="{{ url_for('static',filename='images/FDAlogo.png') }}" style="float: left;" height="100"/> | |
| <img src="{{ url_for('static',filename='images/FDAgraphic.png') }}" style="float: right;" height="100"/> | |
| <br clear="all" /> | |
| <body> | |
| <div style="font-size:5rem;text-align:center"> 🤦 </div> | |
| <p style="font-size:2rem;text-align:center"> | |
| Unfortunately, the CHRIS-Total Quantity module can only be used for polymers with glass transition temperatures lower than the extraction temperature. | |
| </p> | |
| </body> | |