File size: 716 Bytes
90da2e9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!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>