CHRIS / quantity_module /templates /quantity_temperatureError.html
Robert Elder
added total quantity estimator module
25ef50a
<!DOCTYPE html>
<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"> &#129318; </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>