CHRIS / exposure_module /templates /chemError.html
David Saylor
added basic error handling to CAS type input
487a9d5
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CHRIS-ChemError</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">
Uh-oh! Something went wrong. We were unable to match your chemical. Please return to the previous page and try a
different identifier.
</p>
</body>