-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
53 lines (50 loc) · 1.83 KB
/
Copy path404.html
File metadata and controls
53 lines (50 loc) · 1.83 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Page not found — Gradient Spaces Lab at Stanford.">
<title>Page not found | Gradient Spaces Lab</title>
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="site-header">
<a class="brand" href="index.html">Gradient Spaces</a>
<button class="nav-toggle" type="button" aria-expanded="false" aria-controls="site-nav" title="Open navigation">
<span class="sr-only">Menu</span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</button>
<nav class="site-nav" id="site-nav" aria-label="Main navigation">
<a href="index.html">Home</a>
<a href="people.html">People</a>
<a href="research.html">Research</a>
<a href="index.html#news">News</a>
<a href="index.html#connect">Connect</a>
</nav>
</header>
<main>
<section class="page-hero">
<div>
<p class="eyebrow">404</p>
<h1>Page not found.</h1>
<p class="lead">
The page you are looking for has moved or never existed.
</p>
<div class="hero-actions" aria-label="Primary links">
<a class="strong-link" href="index.html">Home</a>
<a class="strong-link" href="research.html">Research</a>
<a class="strong-link" href="people.html">People</a>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<p>Gradient Spaces Research Group</p>
<p>Stanford University</p>
</footer>
<script src="script.js"></script>
</body>
</html>