-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoutOfService.html
More file actions
40 lines (24 loc) · 943 Bytes
/
outOfService.html
File metadata and controls
40 lines (24 loc) · 943 Bytes
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
26
27
28
29
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>PhenoGen Informatics -- Unavailable for Maintenance</title>
<meta http-equiv ="Content-Type" content ="text/html; charset=iso-8859-1" >
<meta http-equiv="expires" content="<%= new java.util.Date()%>">
<meta http-equiv="Cache-Control" content="no-cache">
<link rel="stylesheet" href="/PhenoGen/css/index.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="/PhenoGen/css/headNav.css" type="text/css" media="screen, projection">
</head>
<BODY class="noPrint">
<div id="page_wrapper">
<div id="page_header">
<div id="header_title">PhenoGen Informatics</div>
</div> <!-- page_header -->
<BR>
<BR>
<h2>
<center> The website is temporarily unavailable for maintenance.
We apologize for the inconvenience.
</center>
</h2>
</BODY>
</html>