-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
73 lines (58 loc) · 2.46 KB
/
Copy path404.html
File metadata and controls
73 lines (58 loc) · 2.46 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!doctype html>
<html lang="en">
<head>
<!-- Google Analytics -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7L5F8YE9RP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7L5F8YE9RP');
</script>
<meta charset="utf-8">
<title>NGAPS+ Page Not Found</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">
<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">
<link rel="stylesheet" href="css/nav.css">
<link rel="stylesheet" href="css/other.css">
<link rel="stylesheet" href="css/navicon.css">
</head>
<script src="js/includeHTML.js"></script>
<script src="js/collapsible.js"></script>
<script src="js/nav.js"></script>
<body>
<!-- Navigation Bar -->
<div class="topHolder">
<h1 id="title_text">NASA Goddard Association of Postdoctoral and Early Career Scientists</h1>
<div class="topInnerHolder">
<a class="nav_img"><img src="logo/ngaps_plus_main_white_bkgd.png" alt="NGAPS+"/></a>
<div class="topnav" id="myTopnav">
<a href="index.html" class="nav_button">Home</a>
<a href="events.html" class="nav_button">Events</a>
<a href="activities.html" class="nav_button">Activities</a>
<a href="living.html" class="nav_button">Living</a>
<a href="working.html" class="nav_button">Working</a>
<a href="about_us.html" class="nav_button">About Us</a>
<a href="javascript:void(0);" class="icon" onclick="navCollapseFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
</div>
<!-- Navigation end -->
<h1>Page Not Found</h1>
<p>Sorry, but the page you were trying to view does not exist.</p>
<div include-html="footer.html"></div>
<script>
includeHTML();
</script>
</body>
</html>
<!-- IE needs 512+ bytes: https://blogs.msdn.microsoft.com/ieinternals/2010/08/18/friendly-http-error-pages/ -->