summaryrefslogtreecommitdiffstats
path: root/install/migration/error.html
blob: 3d58efe76f2ebdc166ee503030d20198a1c12853 (plain)
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
    <title>IPA: Identity Policy Audit</title>

    <link rel="stylesheet" type="text/css" href="../ui/jquery-ui.css" />
    <link rel="stylesheet" type="text/css" href="ipa_migration.css" />
</head>

<body id="header-bg">

  <div class="container_1">
    <div class="header-logo">
            <img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
        </div>
        <br>
        <br>
        <div id="formwindow">
           <h4>We're Sorry</h4>
            <div class="formcontent">
            <p>
            <strong>There was a problem with your request. Please, try again later.</strong>
            </p>
            <p>
            <label>If the problem persists, contact your administrator.</label>
            </p>
          </div>
       </div>
   </div>

</body>

</html>