forked from jhfrench/Workstream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pag_application_unavailable.cfm
45 lines (41 loc) · 1.44 KB
/
pag_application_unavailable.cfm
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!-- sourcecode/pag_application_unavailable.cfm
Author: Jeromy French-->
<!---
<fusedoc language="ColdFusion MX" specification="2.0" template="pag_application_unavailable.cfm">
<responsibilities>
</responsibilities>
<properties>
<history email="[email protected]" author="Jeromy French" type="create" date="6/12/2007" role="FuseCoder" comments="Created File">
$Id:$
</history>
</properties>
<IO>
<in>
</in>
<passthrough>
</passthrough>
<out>
</out>
</IO>
</fusedoc>
--->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js" lang="en"> <![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Application Unavailable</title>
<meta name="description" content="Applied Internet Technologies timekeeping software">
<meta name="viewport" content="width=device-width">
<link href="//s3.amazonaws.com/Workstream/images/workstream_icon.ico" rel="SHORTCUT ICON" />
<link rel="stylesheet" href="//s3.amazonaws.com/Workstream/Workstream.css">
</head>
<body class="container-fluid">
<div class="alert alert-warning">
<strong>Sorry</strong><br />
Workstream is currently unavailable due to maintenance.
</div>
</body>
</html>