-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.03 KB
/
Copy pathindex.html
File metadata and controls
25 lines (25 loc) · 1.03 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<title>AI Risk Disclosure Explorer — moved</title>
<style>
body { margin: 0; font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
background: #f6f7f9; color: #1a1a2e; display: grid; place-items: center; min-height: 100vh; }
main { max-width: 34rem; padding: 2.5rem 2rem; background: #fff; border-radius: 12px;
box-shadow: 0 1px 4px rgba(0,0,0,.08); margin: 1rem; }
h1 { font-size: 1.35rem; margin: 0 0 .75rem; }
p { line-height: 1.55; margin: .5rem 0; }
a { color: #750014; }
</style>
</head>
<body>
<main>
<h1>The AI Risk Disclosure Explorer has moved</h1>
<p>This preview address is no longer active. The explorer is moving to a new home as part of the MIT AI Risk Initiative.</p>
<p>For the current address, see <a href="https://airisk.mit.edu">airisk.mit.edu</a> or contact the study team.</p>
</main>
</body>
</html>