summaryrefslogtreecommitdiffstats
path: root/install/migration/error.html
blob: 896e56ec63c6eee62cb0b93f4e7fe97d668e703d (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
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
    <title>IPA: Identity Policy Audit</title>

    <link rel="stylesheet" type="text/css" href="../ui/css/patternfly.css" />
    <link rel="stylesheet" type="text/css" href="../ui/css/ipa.css" />
</head>

<body class="info-page">
    <nav class="navbar navbar-default navbar-pf" role="navigation">
    <div class="navbar-header">
        <a class="brand" href="../ui/index.html"><img src="../ui/images/header-logo.png" alt="FreeIPA"></a>
    </div>
    </nav>

    <div class="container-fluid">
    <div class="row">
    <div class="col-sm-12">

        <h1>We're Sorry</h1>
        <div class="formcontent">
            <p>
                There was a problem with your request. Please, try again later.
            </p>
            <p>
                If the problem persists, contact your administrator.
            </p>
            <p>
                <a href="index.html" class="btn btn-default" title="Return back">Return back</a>
            </p>
       </div>
    </div>
    </div>
    </div>
</body>

</html>