blob: 7229ce49d8ba37fd70ab635d6f6e776a7b08df17 (
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
|
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Fedora Project Google Authenticator provisioning - Error</title>
<link href="${css_root}provisioning.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="mainwindow" class="status">
<div id="title">Fedora Project - Error</div>
<div id="mainarea">
<p class="error">
$errormsg
</p>
<p>
You can <a href="$action_url">try again</a> or you can contact
the Fedora Infrastructure team at <a href="mailto:admin@fedoraproject.org">admin@fedoraproject.org</a>.
</p>
</div>
<div id="copyright">
© 2012 Red Hat, Inc. and others.
</div>
</div>
</body>
</html>
|