-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWelcome.html
More file actions
33 lines (27 loc) · 1.14 KB
/
Copy pathWelcome.html
File metadata and controls
33 lines (27 loc) · 1.14 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
26
27
28
29
30
31
32
33
<!--<!DOCTYPE html>-->
<!--<html>-->
<!--<script src="js/includeHTML.js"></script>-->
<!--<div include-html="index.html"></div>-->
<!--<script>-->
<!-- includeHTML();-->
<!--</script>-->
<!--</html>-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>NGAPS+ NASA Goddard Association of Postdoctoral and Early Career Scientists</title>
<meta name="description" content="A website to share information and events with post-docs and early career scientists at NASA Goddard Space Flight Center.">
<meta name="keywords" content="GSFC, NASA Goddard, Post-Docs, Early Career, Graduate Students, Post-Bacs">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="android-chrome-192x192.png">
<meta name="theme-color" content="#e3f4ff">
<link rel="stylesheet" href="css/main.css">
<meta http-equiv="refresh" content="2; url='./index.html'" />
</head>
<body>
<h2>NGAPS+ Homepage has moved!</h2>
<p>Please follow <a href="./index.html">this link</a> if you are not automatically redirected.</p>
</body>
</html>