-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (23 loc) · 1.05 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="chrome=1, IE=edge"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
<title>AAS Obituaries Temporary Website</title>
<link rel="stylesheet" href="style.css"/>
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
</head>
<body>
<div>
<a href="https://baas.aas.org/"><img src="baas-logo-small.png" style="display: block" /></a>
<p>This website temporarily hosted the AAS obituaries, which are now
available in the permanent home in the <a
href="https://baas.aas.org/obituaries">Bulletin of the American
Astronomical Society</a>. If a link has somehow brought you here now that
the migration is complete, please notify
<a href="mailto:[email protected]">[email protected]</a>
so that he can work on updating its destination.</p>
</div>
</body>
</html>