-
Notifications
You must be signed in to change notification settings - Fork 0
/
redirect.html
28 lines (25 loc) · 956 Bytes
/
redirect.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>CFDE Redirect</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta http-equiv="refresh" content="5; URL=https://info.cfde.cloud/" />
</head>
<body style="margin: 40px 20vw;">
<div style="display: flex; align-items: center;">
<img src="/redirect-CFDE-icon.png" style="height: 80px;"></img>
<div style="margin-left: 20px;">
<p>
Notice: The CFDE program has undergone a reorganization of coordination activities. As a result, this portal has
been discontinued and replaced by a new resource - the <a href="https://info.cfde.cloud/">CFDE Workbench</a>.
Please visit the new portal to learn more.
</p>
<p>
You will be redirected to the new site in 5 seconds. Click <a href="https://info.cfde.cloud/">here</a> if you
are not redirected.
</p>
</div>
</div>
</body>
</html>